From bf2f8f57c4ef438cea601551d883d68b3ae3bad2 Mon Sep 17 00:00:00 2001 From: halley Date: Thu, 16 Apr 2026 15:50:44 +0800 Subject: [PATCH] 新增业务类型 --- urbanops-module-workorder/src/main/java/com/zteits/urbanops/module/workorder/enums/BusiLineTeamLeaderRoleCodeEnum.java | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/urbanops-module-workorder/src/main/java/com/zteits/urbanops/module/workorder/enums/BusiLineTeamLeaderRoleCodeEnum.java b/urbanops-module-workorder/src/main/java/com/zteits/urbanops/module/workorder/enums/BusiLineTeamLeaderRoleCodeEnum.java index e220d9b..63d2e3b 100644 --- a/urbanops-module-workorder/src/main/java/com/zteits/urbanops/module/workorder/enums/BusiLineTeamLeaderRoleCodeEnum.java +++ b/urbanops-module-workorder/src/main/java/com/zteits/urbanops/module/workorder/enums/BusiLineTeamLeaderRoleCodeEnum.java @@ -25,6 +25,10 @@ public enum BusiLineTeamLeaderRoleCodeEnum { // 注意:枚举类必须用enum ROLECODE_WY("wy", "team_leader_wy"), /** 市政业务线-角色编码 */ ROLECODE_SZ("sz", "team_leader_sz"), + + ROLECODE_ZX("zx", "team_leader_zxgl"), + + ROLECODE_HJ("zx", "team_leader_hjws"), /** 园林业务线-角色编码 */ ROLECODE_YL("yl", "team_leader_yl"); // 最后一个常量必须以分号结尾 -- libgit2 0.21.4