Commit 252448ec088eb375c82001accd02e8c4f2610234
1 parent
74e662fe
新增业务类型
Showing
1 changed file
with
2 additions
and
2 deletions
urbanops-module-workorder/src/main/java/com/zteits/urbanops/module/workorder/enums/BusiLineTeamLeaderRoleCodeEnum.java
| ... | ... | @@ -25,9 +25,9 @@ public enum BusiLineTeamLeaderRoleCodeEnum { // 注意:枚举类必须用enum |
| 25 | 25 | ROLECODE_WY("wy", "team_leader_wy"), |
| 26 | 26 | /** 市政业务线-角色编码 */ |
| 27 | 27 | ROLECODE_SZ("sz", "team_leader_sz"), |
| 28 | - | |
| 28 | + /** 秩序管理业务线-角色编码 */ | |
| 29 | 29 | ROLECODE_ZX("zx", "team_leader_zxgl"), |
| 30 | - | |
| 30 | + /** 环境卫生业务线-角色编码 */ | |
| 31 | 31 | ROLECODE_HJ("hj", "team_leader_hjws"), |
| 32 | 32 | /** 园林业务线-角色编码 */ |
| 33 | 33 | ROLECODE_YL("yl", "team_leader_yl"); // 最后一个常量必须以分号结尾 | ... | ... |