chenlu
2024-11-06 a3dfc8966bb702c4ccb20f2a2afda7b7c39bd98d
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;
@@ -95,6 +95,7 @@
    @ExcelProperty("打印次数")
    private Integer printingNumber;
    @ExcelProperty("创建日期")
    @TableField(update = "false")
    private LocalDate createTime;
    @ExcelProperty("修改日期")
    private LocalDate updateTime;