严智鑫
2024-09-11 1fe499f2ac56987522a64070c5d694c496e72307
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> {
 
}