修饰管理增加字段

This commit is contained in:
syruan 2024-11-14 14:46:14 +08:00
parent 651b9df2ab
commit 588cc0e58b
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,8 @@ public class RepairAuditDetails extends BaseEntity {
@ApiModelProperty(value = "数据所属组织") @ApiModelProperty(value = "数据所属组织")
private Integer companyId; private Integer companyId;
@ApiModelProperty(value = "任务状态")
private String taskStatus;
/**传入参数*/ /**传入参数*/
@ApiModelProperty(value = "单位id") @ApiModelProperty(value = "单位id")