hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downglassinfo/service/DownGlassInfoService.java
@@ -2,6 +2,9 @@ import com.baomidou.mybatisplus.extension.service.IService; import com.mes.downglassinfo.entity.DownGlassInfo; import com.mes.downworkstation.entity.dto.DownGlassInfoDTO; import java.util.List; public interface DownGlassInfoService extends IService<DownGlassInfo> { @@ -18,4 +21,9 @@ void insertDownGlassInfo(DownGlassInfo downGlassInfo); DownGlassInfoDTO queryDownGlassMaxLayer(String flowCardId); Integer queryMaxSequence(String flowCardId, int layer); List<DownGlassInfoDTO> queryWorkStationNotIn(); }