zhoushihao
2025-06-06 4e3b8155722b66e25df3c6fd42cc586b68dea391
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>
@@ -12,7 +16,8 @@
 * @author wu
 * @since 2024-04-29
 */
@DS("hangzhoumes")
@DS("northGlassMes")
public interface GlassInfoMapper extends MPJBaseMapper<GlassInfo> {
    List<HollowGlassInfoDTO> listBySize(@Param("engineerId") String engineerId);
}