|
@ -65,9 +65,6 @@ public class InspectRequestDetailExcelVO { |
|
|
@DictFormat("uom") // TODO 代码优化:建议设置到对应的 XXXDictTypeConstants 枚举类中
|
|
|
@DictFormat("uom") // TODO 代码优化:建议设置到对应的 XXXDictTypeConstants 枚举类中
|
|
|
private String uom; |
|
|
private String uom; |
|
|
|
|
|
|
|
|
@ExcelProperty("单据号") |
|
|
|
|
|
private String number; |
|
|
|
|
|
|
|
|
|
|
|
@ExcelProperty("创建时间") |
|
|
@ExcelProperty("创建时间") |
|
|
@ColumnWidth(value = 16) |
|
|
@ColumnWidth(value = 16) |
|
|
private LocalDateTime createTime; |
|
|
private LocalDateTime createTime; |
|
|