wuyouming666
2024-04-18 78ca7ed85c42d183b5c0c039a9d3897f1529339a
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);
}