chenlu
2025-04-08 aa7bcbc678a671a51a87c7ba6bbfaa107399a96d
north-glass-erp/src/main/java/com/example/erp/entity/sd/Order.java
@@ -32,7 +32,7 @@
    private String icon;
    @ExcelProperty("包装方式")
    private String packType;
    @ExcelProperty("发货名称")
    @ExcelProperty("发货时间")
    private LocalDate deliveryDate;
    @ExcelProperty("批次")
    private String batch;
@@ -101,6 +101,8 @@
    private LocalDate updateTime;
    @TableField(select = false,exist = false)
    private Integer goodsQuantity;
    @TableField(select = false,exist = false)
    private String timeOut;
    @TableField(value = "customer_id")
    private Customer  customer;