廖井涛
2025-12-12 2f44fc75c78e9291f07a0864199235cde689fa8d
north-glass-erp/src/main/java/com/example/erp/entity/sd/Delivery.java
@@ -33,8 +33,15 @@
    private Double area;
    private Integer quantity;
    private Double money;
    private Double otherMoney;
    private Double freight;
    private Integer freightQuantity;
    private Double freightPrice;
    private Integer printingNumber;
    private String remarks;
    private LocalDate createTime;
    private LocalDate updateTime;
    private Order order;
}