yangys
2025-09-03 a3a9933cf1b49006edf470615236f94ebdaa4cb9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
package org.springblade.mdm.basesetting.producedivision.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.springblade.mdm.basesetting.producedivision.entity.MdmDept;
 
/**
 * DeptMapper 接口
 *
 * @author yangsy
 */
public interface MdmDeptMapper extends BaseMapper<MdmDept> {
 
 
 
}