src/main/java/com/xcong/farmer/cms/common/system/base/BaseEntity.java @@ -30,4 +30,6 @@ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") private Date updateTime; private Integer version; }