| | |
| | | |
| | | import java.io.IOException; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * (HollowGlassOutRelationInfo)表服务接口 |
| | |
| | | |
| | | Boolean dispatchHollowSwitch(Boolean flag); |
| | | |
| | | Boolean priorityHollowSwitch(Boolean flag); |
| | | |
| | | 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); |
| | | |