Commit 0e0e78c7b87a0599a6e6410dfd850c947368fb98

Authored by liquanyu
1 parent 47dc46d496
Exists in master and in 1 other branch dev

同步

Showing 1 changed file with 7 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java View file @ 0e0e78c
... ... @@ -58,7 +58,13 @@
58 58 CHWJTX(44,"产后问卷提醒",4,"3"),
59 59 ETJBTX(45,"儿保疾病提醒",14,"2"),
60 60 PXTX(46,"贫血提醒",21,"1"),
61   - TZCBTX(47,"体重超标提醒",21,"1");
  61 + TZCBTX(47,"体重超标提醒",21,"1"),
  62 + FNTX(48,"妇女提醒",0,""),
  63 + HJTX(49,"婚检提醒",48,"4"),
  64 + YSTX(50,"叶酸提醒",48,"4"),
  65 + YQYSTX(51,"优生提醒",48,"4"),
  66 + RXATX(52,"乳腺癌提醒",48,"4"),
  67 + GJATX(53,"宫颈癌提醒",48,"4");
62 68  
63 69 private SmsServiceEnums(int id,String name,int pid,String serviceObj){
64 70 this.id = id;