whycxzp
2025-04-24 91dc15e7d96b26873a5729aef096d284cc768c1c
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.DocDepart;
 
public interface DocDepartMapper extends CustomMapper<DocDepart>{
}