src/main/java/com/ruoyi/procurementrecord/pojo/CustomStorage.java
@@ -43,7 +43,7 @@ */ @Excel(name = "出库数量") @TableField(exist = false) private BigDecimal totalInboundNum; private BigDecimal totalInboundNum = BigDecimal.ZERO; // 物品类型 @Excel(name = "物品类型") private String itemType; @@ -92,8 +92,8 @@ * 入库时间 */ @TableField(fill = FieldFill.INSERT) @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") @DateTimeFormat(pattern = "yyyy-MM-dd") private LocalDateTime createTime; /**