value
2024-04-22 d9865c5576c8ed413d2b69a36b3ec5f15bee015b
data-server/src/main/java/com/yuanchu/mom/pojo/FansSubmit.java
@@ -72,7 +72,6 @@
    @ApiModelProperty("登记时间")
    @TableField(fill = FieldFill.INSERT)
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @ValueTableShow(6)
    private LocalDateTime createTime;
    /**
     *
@@ -98,5 +97,4 @@
    @TableField(fill = FieldFill.INSERT_UPDATE)
    private Integer updateUser;
    private Integer dataId;
}