Merge remote-tracking branch 'origin/master' into feature/REQ-4468

This commit is contained in:
wangli 2025-07-15 11:06:17 +08:00
commit f90a555711

View File

@ -24,9 +24,9 @@ public enum BpmnButtonEnum {
*/ */
BPMN_REJECT(2, "BPMN_REJECT", "驳回", Lists.newArrayList(APPROVAL, SIGN)), 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)),
/** /**
* 查看文档 * 查看文档
*/ */