linwe
2024-05-17 1b4822da66a05ee7647f5f86a9f18f15dadb0a25
src/main/java/org/springblade/modules/place/entity/PlaceCheckEntity.java
@@ -76,7 +76,7 @@
   /** 创建时间 */
   @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;
   /** 是否下发整改通知:  0:否 1 :是  */