Merge remote-tracking branch 'origin/master' into feature/REQ-4468
This commit is contained in:
commit
f90a555711
@ -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