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;