xiaoyong931011
2021-08-18 83cf3aeb3a5591f49b010696c8e5d7cca674d9fd
gc-core/src/main/java/com/xzx/gc/common/entity/BaseEntity.java
@@ -19,7 +19,7 @@
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date createdTime;
    private String delFlag;
    private short delFlag;
    private Integer revision;