ZengTao
2025-10-10 19f92e5de6ac9441838d1f2ec04d5ef150fe55d1
hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/HollowGlassOutRelationInfoService.java
@@ -3,6 +3,7 @@
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.IService;
import com.mes.hollow.entity.HollowGlassOutRelationInfo;
import com.mes.hollow.entity.dto.OrderDetailsDTO;
import com.mes.hollow.entity.request.HollowHistoryTaskRequest;
import com.mes.hollow.entity.request.HollowTaskRequest;
import com.mes.hollowqueue.entity.HollowGlassQueueInfo;
@@ -10,6 +11,7 @@
import java.io.IOException;
import java.util.List;
import java.util.Map;
/**
 * (HollowGlassOutRelationInfo)表服务接口
@@ -25,13 +27,15 @@
    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);
@@ -42,5 +46,7 @@
    Page<HollowGlassOutRelationInfo> queryHollowHistoryTask(HollowHistoryTaskRequest request);
    List<PieChartVO> queryPieChart();
    OrderDetailsDTO queryProductNameByFlowCardId(String flowCardId);
}