linwe
2024-08-09 8b7258c9427882bb1798f1502eaa35184c6e374e
src/main/java/org/springblade/modules/task/entity/TaskPlaceSelfCheckEntity.java
@@ -95,7 +95,7 @@
   private Date rectificationCompleteTime;
   /** 是否整改完毕:1:否 2 :是 */
   @ApiModelProperty(value = "是否整改完毕:1:否 2 :是", example = "")
   @ApiModelProperty(value = "是否整改完毕:1:否 2 :是 3:无需整改", example = "")
   @TableField("rectification_flag")
   private Integer rectificationFlag;
@@ -125,7 +125,7 @@
   private String imageUrls;
   /** 任务状态: 1:待接收  2:审核中 3:审核通过 4:审核不通过 */
   @ApiModelProperty(value = "任务状态: 1:待接收  2:审核中 3:审核通过 4:审核不通过", example = "")
   @ApiModelProperty(value = "任务状态: 1:待接收  2:审核中 3:审核通过  4: 待提交(待接收)", example = "")
   @TableField("status")
   private Integer status;