This commit is contained in:
那些花儿
2025-08-29 08:59:48 +08:00
parent 48cc8a448c
commit a408793a33
62 changed files with 15910 additions and 14042 deletions
@@ -65,6 +65,10 @@ public interface FlowConst {
String NR_OF_INSTANCES = "nrOfInstances";
// 会签已完成实例数
String NR_OF_COMPLETED_INSTANCES = "nrOfCompletedInstances";
// 会签已完成并且已通过实例数
String NR_OF_COMPLETED_AGREE_INSTANCES = "nrOfCompletedAgreeInstances";
// 会签操作人列表
String COUNTERSIGN_OPERATOR_LIST = "operatorList";
// 会签类型 PARALLEL表示并行会签,SEQUENTIAL表示串行会签
@@ -106,4 +110,5 @@ public interface FlowConst {
String PROCESS_INSTANCE_NAME = "instanceName";
}