yangys
2025-09-04 4650b85dae80d7f1750a37675586b1fc4c7adc99
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> {
 
 
 
}