From 61763cc1a182effa7e5535ac72d54a6a56f029eb Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 06 九月 2025 09:52:41 +0800
Subject: [PATCH] word版审批表,确认表
---
blade-service/blade-mdm/src/main/java/org/springblade/mdm/flow/constants/FlowContants.java | 91 +++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 91 insertions(+), 0 deletions(-)
diff --git a/blade-service/blade-mdm/src/main/java/org/springblade/mdm/flow/constants/FlowContants.java b/blade-service/blade-mdm/src/main/java/org/springblade/mdm/flow/constants/FlowContants.java
index ed9c975..8776a10 100644
--- a/blade-service/blade-mdm/src/main/java/org/springblade/mdm/flow/constants/FlowContants.java
+++ b/blade-service/blade-mdm/src/main/java/org/springblade/mdm/flow/constants/FlowContants.java
@@ -2,15 +2,41 @@
public class FlowContants {
+ public static final String Y = "Y";
+ public static final String N = "N";
+
/**
* 璇曞垏娴佺▼KEY
*/
public static final String TRY_PROCESS_KEY = "dispatch";
/**
+ * 绋嬪簭琛ュ厖娴佺▼KEY
+ */
+ public static final String APPEND_PROCESS_KEY = "program-append";
+ /**
* 鍥哄寲娴佺▼KEY
*/
public static final String CURE_PROCESS_KEY = "program-cure";
+ /**
+ * 绋嬪簭鏇挎崲娴佺▼key
+ */
+ public static final String REPLACE_PROCESS_KEY = "program-replace";
+
+ /**
+ * 绋嬪簭瑙i攣娴佺▼key
+ */
+ public static final String UNLOCK_PROCESS_KEY = "program-unlock";
+
+ public static final String TEAM_LEADER = "teamLeader";
+
+ public static final String PROGRAMMER = "programmer";
+
+ public static final String CHECKER = "checker";
+
+ public static final String SENIOR = "senior";
+
+ public static final String ASSIGNEE = "assignee";
/**
* 娴佺▼鏍囬
*/
@@ -52,9 +78,74 @@
* 鏄惁鏈夊浐鍖栫▼搴�
*/
public static final String HAS_CURED_PROGRAM = "hasCuredProgram";
+
+ /**
+ * 鍥哄寲绋嬪簭鍖呭悕鐨刬d
+ */
+ public static final String CURED_NODE_ID = "curedNodeId";
/**
* 宸ュ簭鍚嶇О
*/
public static final String PROCESS_NAME = "processName";
+ /**
+ * 涓婁竴姝ュ鎵圭敤鎴峰鍚�
+ */
+ public static final String LAST_STEP_USER_NICKNAME = "approveUserNickName";
+ /**
+ * 宸ュ簭鐗堟鏄惁涓�鑷寸殑key
+ */
+ public static final String IS_PROCESS_EDITION_SAME = "isProcessEditionSame";
+
+
+
+ /**
+ * 鏄惁鍦ㄦ湁鏁堟湡鍐呯殑key
+ */
+ public static final String VALIDITY_PERIOD = "validityPeriod";
+
+ /**
+ * 绋嬪簭鍖呭悕
+ */
+ public static final String PROGRAM_PACKAGE_NAME = "programPackageName";
+
+ /**
+ * 浠诲姟杞﹂棿
+ */
+ public static final String WORKSHOP = "workshop";
+
+ /**
+ * 鍋忕鍗曞彿
+ */
+ public static final String DEVIATION = "deviation";
+ /**
+ * 鍥哄寲绋嬪簭锛屽鎵瑰叿浣撴槸鍚﹀彲鐢�
+ */
+ public static final String CURE_PROGRAM_USEABLE = "cureProgramUseable";
+
+ /**
+ * 鑷繁瀹氫竴鐨勬祦绋嬪悕绉�
+ */
+ public static final String MY_PROCESS_NAME = "myProcessName";
+ /**
+ * 娴佺▼涓鏋滈拡瀵瑰摢涓妭鐐瑰彂璧锋祦绋嬶紝浣跨敤杩欎釜鍏抽敭瀛楀湪娴佺▼鍙橀噺涓瓨鏀緉odeId
+ */
+ public static final String NODE_ID = "nodeId";
+ /**
+ * 娴佺▼鍙橀噺涓殑寮傚父鏍囧織锛�="1"涓哄紓甯告祦绋�
+ */
+ public static final String EXCEPTION = "exception";
+ /**
+ * 缂栫▼鍛樺鍚�
+ */
+ public static final String PROGRAMMER_NAME = "programmerName";
+
+ /**
+ * 鏄惁涓存椂娴佺▼锛屼复鏃舵祦绋嬩笉妫�鏌ョ▼搴忔枃浠跺悕鍚堟硶鎬э紝涓嶇敓鎴愪骇鍝佺粨鏋勬爲
+ */
+ public static final String IS_TEMP_FLOW = "isTempFlow";
+ /*
+ 宸插浐鍖栦絾浠ュ凡鎵�甯濆浗鏍囧織 Y/N
+ */
+ public static final String CURED_LOCKED = "curedLocked";
}
--
Gitblit v1.9.3