ZengTao
2024-05-30 17fc2a65cc8630dcaa7eea4271c6a003935ccc41
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.mes.glassinfo.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.mes.glassinfo.entity.GlassInfo;
 
/**
 * <p>
 * Mapper 接口
 * </p>
 *
 * @author zhoush
 * @since 2024-04-07
 */
public interface GlassInfoMapper extends MPJBaseMapper<GlassInfo> {
 
}