Commit bf2f8f57c4ef438cea601551d883d68b3ae3bad2

Authored by 颜惠青
1 parent e4fa5a84

新增业务类型

urbanops-module-workorder/src/main/java/com/zteits/urbanops/module/workorder/enums/BusiLineTeamLeaderRoleCodeEnum.java
@@ -25,6 +25,10 @@ public enum BusiLineTeamLeaderRoleCodeEnum { // 注意:枚举类必须用enum @@ -25,6 +25,10 @@ public enum BusiLineTeamLeaderRoleCodeEnum { // 注意:枚举类必须用enum
25 ROLECODE_WY("wy", "team_leader_wy"), 25 ROLECODE_WY("wy", "team_leader_wy"),
26 /** 市政业务线-角色编码 */ 26 /** 市政业务线-角色编码 */
27 ROLECODE_SZ("sz", "team_leader_sz"), 27 ROLECODE_SZ("sz", "team_leader_sz"),
  28 +
  29 + ROLECODE_ZX("zx", "team_leader_zxgl"),
  30 +
  31 + ROLECODE_HJ("zx", "team_leader_hjws"),
28 /** 园林业务线-角色编码 */ 32 /** 园林业务线-角色编码 */
29 ROLECODE_YL("yl", "team_leader_yl"); // 最后一个常量必须以分号结尾 33 ROLECODE_YL("yl", "team_leader_yl"); // 最后一个常量必须以分号结尾
30 34