[fix] 更新枚举类,字典

This commit is contained in:
wyw
2024-08-05 10:19:26 +08:00
parent 791ec26468
commit fff41eda04
23 changed files with 147 additions and 22 deletions

View File

@@ -14,6 +14,7 @@ public interface DictTypeConstants {
String PROCESS_STATUS = "process_status"; // 流程状态
String POSSIBILITY_OF_LANDING = "possibility_of_landing"; // 可能性
String BPM_PROCESS_INSTANCE_STATUS = "bpm_process_instance_status"; // 流程实例状态
String TRACKING_DEPLOYMENT = "tracking_deployment";