Commit aed6b28fdc8c002870a0d126942f80b23d6628be

Authored by liquanyu
1 parent dab1b74bfc

同步

Showing 1 changed file with 6 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/SpecialDateEnums.java View file @ aed6b28
... ... @@ -26,7 +26,12 @@
26 26 ETTS(11,"儿童天数",3,"2","0"),
27 27 ETYL(12,"儿童月龄",3,"2","0"),
28 28 CHTS(13,"产后天数",3,"3","0"),
29   - ETFWTG(14,"儿童服务推广",2,"2","0");
  29 + ETFWTG(14,"儿童服务推广",2,"2","0"),
  30 + HJTX(49,"婚检提醒",3,"4","0"),
  31 + YSTX(50,"叶酸提醒",3,"4","0"),
  32 + YQYSTX(51,"优生提醒",3,"4","0"),
  33 + RXATX(52,"乳腺癌提醒",3,"4","0"),
  34 + GJATX(53,"宫颈癌提醒",3,"4","0");
30 35 SpecialDateEnums(int id, String name,int pid,String serviceObj,String freq) {
31 36 this.id = id;
32 37 this.name = name;