yangys
2025-09-09 3d558e1bb5091b76a6525f6fab015574e1755200
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> {
 
 
 
}