feat(REQ-7125) - 调整审批任务转交参数模型
This commit is contained in:
parent
1ba834570e
commit
589c1a44b7
@ -77,12 +77,6 @@ public class BpmnTaskTransferDTO implements Serializable {
|
||||
@ApiModelProperty(value = "审批任务转交给谁", notes = "可以为空,意义在于如果分配给某离职的人,可能需要置为空")
|
||||
private BpmnTaskDelegateAssigner targetAssigner;
|
||||
|
||||
/**
|
||||
* 转交描述
|
||||
*/
|
||||
@ApiModelProperty(value = "转交描述", notes = "正常是'xx转交给xx',该字段值追加在后面")
|
||||
private String additionalOpeDesc;
|
||||
|
||||
/**
|
||||
* 操作描述,该属性为流程服务内部使用
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user