src/main/java/com/ruoyi/purchase/pojo/PurchaseLedger.java
@@ -69,7 +69,7 @@ /** * 录入日期 */ @JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") @Excel(name = "录入日期", width = 30, dateFormat = "yyyy-MM-dd") private Date entryDate; @@ -157,8 +157,4 @@ @TableField(fill = FieldFill.INSERT) private Long deptId; @Schema(description = "模板id") private Long templateId; }