yangys
2025-08-06 1911be8941e5fe2705c2c56e74e52bd426468793
blade-service/blade-mdm/src/main/java/org/springblade/mdm/flow/constants/FlowContants.java
@@ -2,9 +2,15 @@
public class FlowContants {
   /**
    * 试切流程KEY
    */
   public static final String TRY_PROCESS_KEY = "dispatch";
   public static final String PROGRAM_IDS_KEY = "programids";
   /**
    * 固化流程KEY
    */
   public static final String CURE_PROCESS_KEY = "program-cure";
   /**
    * 流程标题
    */
@@ -51,4 +57,8 @@
    */
   public static final String PROCESS_NAME = "processName";
   /**
    * 上一步审批用户姓名
    */
   public static final String LAST_STEP_USER_NICKNAME = "approveUserNickName";
}