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; @@ -92,7 +92,10 @@ private Integer warehousing; @ExcelProperty("发货") private Integer delivery; @ExcelProperty("打印次数") private Integer printingNumber; @ExcelProperty("创建日期") @TableField(update = "false") private LocalDate createTime; @ExcelProperty("修改日期") private LocalDate updateTime;