wangfei
2024-11-08 3c4b340b58d0d0bdbc3db74b5721586dd964f86c
hangzhoumesParent/moduleService/GlassStorageModule/src/main/java/com/mes/rawglassdetails/service/RawGlassStorageDetailsService.java
@@ -35,5 +35,11 @@
    String outWarehousing(Long slotId);
    List<Integer> listBySlotState(List<String> liftingStation, List<Integer> state);
    List<Integer> listBySlotState(List<Integer> liftingStation, List<Integer> state);
    String warehousingRequest(int leftingStation);
    String outWarehousingRequest(int leftingStation);
    boolean generateTask(int startSlot, int endSlot, int shelf, int patternQuantity, int taskType) throws Exception;
}