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