李林
2024-04-06 6289ae44a4c24d431e871a9497017ffa94cef6c7
data-server/src/main/java/com/yuanchu/mom/pojo/FinanceSubmit.java
@@ -89,13 +89,11 @@
    @ApiModelProperty("登记时间")
    @TableField(fill = FieldFill.INSERT)
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @ValueTableShow(6)
    private LocalDateTime createTime;
    /**
     *
     */
    @ApiModelProperty("系统时间")
    @ValueTableShow(0)
    @TableField(fill = FieldFill.INSERT_UPDATE)
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime updateTime;