linwe
2024-08-09 8b7258c9427882bb1798f1502eaa35184c6e374e
src/main/java/org/springblade/modules/task/entity/TaskRepairStepEntity.java
@@ -83,13 +83,13 @@
   /** 创建时间 */
   @ApiModelProperty(value = "创建时间", example = "")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
   @TableField("create_time")
   @TableField(value = "create_time",fill = FieldFill.INSERT)
   private Date createTime;
   /** 更新时间 */
   @ApiModelProperty(value = "更新时间", example = "")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
   @TableField("update_time")
   @TableField(value = "update_time",fill = FieldFill.UPDATE)
   private Date updateTime;
   /** 图片 */