linwe
2024-08-02 a1eede2f9f7c2590952ab1bdf34210020cdde7c6
src/main/java/org/springblade/modules/task/entity/TaskPlaceSelfCheckEntity.java
@@ -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;