yangys
2025-08-23 77461af6ea87f73b2273739ac7dfcd468251da5d
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> {
 
 
 
}