fix(标准解读流程): 加签

This commit is contained in:
yjz
2024-07-15 16:52:58 +08:00
parent d13419abc4
commit f8f79a373d
6 changed files with 140 additions and 23 deletions
@@ -170,4 +170,6 @@ public class ResultCommon {
// 流程已分发,禁止驳回
public static final String PROCESS_ALREADY_DISTRIBUTED = "process.already.distributed";
// 不是会签节点任务
public static final String PROCESS_NOT_COUNTERSIGNATURE = "process.not.countersignature";
}