wu
2024-12-05 16bc036b693e98f854210499641beb0eac80c760
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);
}