yangys
2025-08-22 ddafa0375398053baaafdee8612f68c1b75ff7cb
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> {
 
 
 
}