Commit 61148fe3b493d1df6c3c597a9cad3298852f20d6

Authored by liquanyu
1 parent 74dace2f45

服务推广

Showing 1 changed file with 2 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/SpecialDateEnums.java View file @ 61148fe
... ... @@ -25,7 +25,8 @@
25 25 YZ(10,"孕周",3,"1","0"),
26 26 ETTS(11,"儿童天数",3,"2","0"),
27 27 ETYL(12,"儿童月龄",3,"2","0"),
28   - CHTS(13,"产后天数",3,"3","0");
  28 + CHTS(13,"产后天数",3,"3","0"),
  29 + ETFWTG(14,"儿童服务推广",2,"2","0");
29 30 SpecialDateEnums(int id, String name,int pid,String serviceObj,String freq) {
30 31 this.id = id;
31 32 this.name = name;