Commit 8f752866ed5686acf4245b906fe1f9e148f0b4ae
1 parent
925182bfba
Exists in
master
and in
6 other branches
短信修改
Showing 1 changed file with 2 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java
View file @
8f75286
| ... | ... | @@ -46,7 +46,8 @@ |
| 46 | 46 | ETGQTX(32,"儿童过期提醒",0,""), |
| 47 | 47 | TSGQTX(33,"儿童听筛过期提醒",32,"2"), |
| 48 | 48 | YKGQTX(34,"儿童眼科过期提醒",32,"2"), |
| 49 | - EBGQTX(35,"儿童儿保过期提醒",32,"2"); | |
| 49 | + EBGQTX(35,"儿童儿保过期提醒",32,"2"), | |
| 50 | + FWDGTX(36,"服务订购提醒",18,"1"); | |
| 50 | 51 | |
| 51 | 52 | private SmsServiceEnums(int id,String name,int pid,String serviceObj){ |
| 52 | 53 | this.id = id; |