linwei
2024-01-17 f5539e2f8e35d7e53abf54409245c5c7f9d2a72a
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;
   /** 图片 */