chenlu
2025-07-25 a9ffa322f0cf794a7da8182e1be4ca34f5ea19b6
north-glass-erp/src/main/java/com/example/erp/entity/mm/FinishedGoodsInventory.java
@@ -26,8 +26,9 @@
    private LocalDate updateTime;
    private LocalDate endTime;
    private String processId;
    private String boxNo;
    private Order order;
    private OrderDetail orderDetail;
    private Double weight;
}