| | |
| | | import com.mes.hollow.entity.request.HollowHistoryTaskRequest; |
| | | import com.mes.hollow.entity.request.HollowTaskRequest; |
| | | import com.mes.hollowqueue.entity.HollowGlassQueueInfo; |
| | | import com.mes.largenscreen.entity.PieChartVO; |
| | | |
| | | import java.io.IOException; |
| | | import java.util.List; |
| | |
| | | String generateHollowLisecFile(String flowCardId, int cell, int isForce, int isOut) throws IOException; |
| | | |
| | | Page<HollowGlassOutRelationInfo> queryHollowHistoryTask(HollowHistoryTaskRequest request); |
| | | |
| | | List<PieChartVO> queryPieChart(); |
| | | } |
| | | |