wangfei
2024-12-19 268a9d6e7b1596abc9ac49ca9cf4b32e89998a9a
hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollowqueue/service/HollowGlassQueueInfoService.java
@@ -13,10 +13,6 @@
 */
public interface HollowGlassQueueInfoService extends IService<HollowGlassQueueInfo> {
    void forceOutGlass(String flowCardId, int cell);
    void changeForceOutGlass(String flowCardId, int cell);
    List<HollowGlassQueueInfo> queryHollowGlassQueueInfo(int cell);
}