zhangherong
2025-05-14 9bdd80a75a3f3e98d0fcfaaaaa8ec8ae337672f2
1
2
3
4
5
6
7
8
9
10
11
package org.jeecg.modules.system.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.jeecg.modules.system.entity.MdcEquipmentDepart;
 
/**
 * @author: LiuS
 * @create: 2023-03-27 17:27
 */
public interface MdcEquipmentDepartMapper extends BaseMapper<MdcEquipmentDepart> {
}