feat(REQ-7125) - 调整审批任务转交参数模型
This commit is contained in:
parent
461a45a796
commit
1ba834570e
@ -83,6 +83,12 @@ public class BpmnTaskTransferDTO implements Serializable {
|
||||
@ApiModelProperty(value = "转交描述", notes = "正常是'xx转交给xx',该字段值追加在后面")
|
||||
private String additionalOpeDesc;
|
||||
|
||||
/**
|
||||
* 操作描述,该属性为流程服务内部使用
|
||||
*/
|
||||
@Deprecated
|
||||
private String operationDesc;
|
||||
|
||||
/**
|
||||
* 是否异步执行
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user