hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/mapper/GlassInfoMapper.java
@@ -3,6 +3,10 @@ import com.baomidou.dynamic.datasource.annotation.DS; import com.github.yulichang.base.MPJBaseMapper; import com.mes.glassinfo.entity.GlassInfo; import com.mes.glassinfo.entity.dto.HollowGlassInfoDTO; import org.apache.ibatis.annotations.Param; import java.util.List; /** * <p> @@ -15,4 +19,5 @@ @DS("hangzhoumes") public interface GlassInfoMapper extends MPJBaseMapper<GlassInfo> { List<HollowGlassInfoDTO> listBySize(@Param("engineerId") String engineerId); }