hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java
@@ -16,4 +16,12 @@ */ public interface DownStorageCageService extends IService<DownStorageCage> { public List<Map> gettask(); // List<Map<String, Object>> selectCacheLeisure(); List<Map> getCacheLeisure(); List<Map> getCacheOut(int start, int end); List<Map> getCacheInfo(); List<Map> getIsExistIntoCacheByLayoutAndSequence(Integer tempering_layout_id, Integer tempering_feed_sequence, double width); List<Map> getIsExistIntoCacheByLayout(Integer tempering_layout_id, double width); }