zhoushihao
2024-12-03 c823892f961b266199731ddd365d2dd4af4bf382
hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollowqueue/service/HollowGlassQueueInfoService.java
@@ -13,9 +13,7 @@
 */
public interface HollowGlassQueueInfoService extends IService<HollowGlassQueueInfo> {
    void forceOutGlass(String flowCardId, int cell);
    void changeForceOutGlass(String flowCardId, int cell);
    void forceOutGlass(String flowCardId, int cell, int totalPairQuantity);
    List<HollowGlassQueueInfo> queryHollowGlassQueueInfo(int cell);
}