chenlu
2025-12-12 554886463a4cb4a2d5c042f08e85d2dfcd6e9dcf
north-glass-erp/src/main/java/com/example/erp/mapper/mm/FinishedGoodsInventoryMapper.java
@@ -158,6 +158,10 @@
    List<Map<String, Object>> getorderProductByBoxNo(String orderId, String boxNo);
    List<Map<String, Object>> getPrintDetail(String orderId, String boxNo, Integer productId, String thickness);
    Boolean deleteFinishedGoodsInventoryDate();
    List<FinishedGoodsInventory> getFinishedGoodsInventoryList();
}