hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/service/HollowGlassOutRelationInfoService.java
@@ -5,6 +5,7 @@ import com.mes.hollow.entity.request.HollowTaskRequest; import com.mes.hollowqueue.entity.HollowGlassQueueInfo; import java.io.IOException; import java.util.List; /** @@ -32,5 +33,7 @@ Boolean finishTask(String flowCardId, int cell); Boolean deleteHollowTaskDetails(String flowCardId, int cell); String generateHollowLisecFile(String flowCardId, int cell, int isForce) throws IOException; }