Commit 374b4df3cd5e61134c01ad6134169f669484588a
1 parent
e0f783ea7e
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 @
374b4df
... | ... | @@ -48,7 +48,8 @@ |
48 | 48 | YKGQTX(34,"儿童眼科过期提醒",32,"2"), |
49 | 49 | EBGQTX(35,"儿童儿保过期提醒",32,"2"), |
50 | 50 | FWDGTX(36,"服务订购提醒",18,"1"), |
51 | - JSGWZD(37,"及时高危指导",1,""); | |
51 | + JSGWZD(37,"及时高危指导",1,""), | |
52 | + CSJGTZ(38,"产筛结果通知",21,"1"); | |
52 | 53 | |
53 | 54 | private SmsServiceEnums(int id,String name,int pid,String serviceObj){ |
54 | 55 | this.id = id; |