Merge branch 'feature/REQ-4512'
This commit is contained in:
commit
093a01890d
@ -24,9 +24,9 @@ public enum BpmnButtonEnum {
|
||||
*/
|
||||
BPMN_REJECT(2, "BPMN_REJECT", "驳回", Lists.newArrayList(APPROVAL, SIGN)),
|
||||
/**
|
||||
* 确认签署
|
||||
* 确认签字
|
||||
*/
|
||||
BPMN_CONFIRM_SIGN(3, "BPMN_CONFIRM_SIGN", "确认签署", Lists.newArrayList(SIGN)),
|
||||
BPMN_CONFIRM_SIGN(3, "BPMN_CONFIRM_SIGN", "确认签字", Lists.newArrayList(SIGN)),
|
||||
/**
|
||||
* 查看文档
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user