严智鑫
2024-09-05 7da8422f45751fffd5666a0260196a3d9605b7dc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.mes.engineering.mapper;
 
import com.github.yulichang.base.MPJBaseMapper;
import com.mes.engineering.entity.Engineering;
 
/**
 * <p>
 *  Mapper 接口
 * </p>
 *
 * @author wu
 * @since 2024-05-11
 */
public interface EngineeringMapper extends MPJBaseMapper<Engineering> {
 
}