wangfei
2025-11-05 1de61832f881d4a2043690ee2932a7373c7daf4d
hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollowqueue/service/HollowGlassQueueInfoService.java
@@ -14,5 +14,11 @@
public interface HollowGlassQueueInfoService extends IService<HollowGlassQueueInfo> {
    List<HollowGlassQueueInfo> queryHollowGlassQueueInfoByTask(int taskId);
    List<HollowGlassQueueInfo> queryHollowGlassQueueInfoByLine(int cell);
    void confirmBorder(HollowGlassQueueInfo hollowGlassQueueInfo);
    List<String> queryNeedInCarGlass();
}