Commit 243bcf29 authored by suhuiguang's avatar suhuiguang

1.删除返回的大字段

parent 7cc26ee3
...@@ -137,9 +137,6 @@ public class JyjcInspectionApplicationDto extends BaseModel { ...@@ -137,9 +137,6 @@ public class JyjcInspectionApplicationDto extends BaseModel {
@ApiModelProperty(value = "下一步任务id") @ApiModelProperty(value = "下一步任务id")
private String nextTaskId; private String nextTaskId;
@ApiModelProperty(value = "下一步执行人Ids")
private String nextExecuteUserIds;
@ApiModelProperty(value = "下一步任务名称") @ApiModelProperty(value = "下一步任务名称")
private String nextTaskName; private String nextTaskName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment