|
@ -15,5 +15,5 @@ public class UrgeDto implements Dto { |
|
|
@ApiModelProperty("流程定义id") |
|
|
@ApiModelProperty("流程定义id") |
|
|
private String proDefId; |
|
|
private String proDefId; |
|
|
@ApiModelProperty("流程实例id") |
|
|
@ApiModelProperty("流程实例id") |
|
|
private String proInstId; |
|
|
private String procInstId; |
|
|
} |
|
|
} |
|
|