Commit d2f1b8e4063bf8ef805d6c52cbbcf1407b468a5a

Authored by liquanyu
1 parent 54d807ab60
Exists in master and in 1 other branch dev

update

Showing 1 changed file with 2 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java View file @ d2f1b8e
... ... @@ -65,7 +65,8 @@
65 65 YQYSTX(51,"优生提醒",48,"4"),
66 66 RXATX(52,"乳腺癌提醒",48,"4"),
67 67 GJATX(53,"宫颈癌提醒",48,"4"),
68   - XSTX(54,"儿童新筛提醒",14,"2");
  68 + XSTX(54,"儿童新筛提醒",14,"2"),
  69 + YQZD(55,"孕前指导",48,"4");
69 70  
70 71  
71 72 private SmsServiceEnums(int id,String name,int pid,String serviceObj){