zhoushihao
2024-05-24 1ea6b330869b3f46461e2137397fecf00a32a2dd
hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/bigstoragetask/service/BigStorageCageOutTaskService.java
@@ -16,4 +16,8 @@
public interface BigStorageCageOutTaskService extends IService<BigStorageCageOutTask> {
    List<BigStorageCageOutTask> querybigStorageCageOutTask(int taskState);
    void updateOutTask();
    void deleteOutTask(Long taskId);
}