ZengTao
2025-09-22 0fe4f45202452d5038efddffe0a5be4fb3745f8b
hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/HollowGlassOutRelationInfoService.java
@@ -10,6 +10,7 @@
import java.io.IOException;
import java.util.List;
import java.util.Map;
/**
 * (HollowGlassOutRelationInfo)表服务接口
@@ -29,11 +30,11 @@
    List<String> hollowTaskList(int cell);
    List<HollowGlassQueueInfo> appointHollowTaskDetails(String flowCardId, int cell);
    Map<String, List<HollowGlassQueueInfo>> appointHollowTaskDetails( int cell);
    Boolean startTask(String flowCardId, int cell);
    Boolean startTask(int cell);
    Boolean pauseTask(String flowCardId, int cell);
    Boolean pauseTask(int cell);
    Boolean finishTask(String flowCardId, int cell);