Commit ab697014b2534e44e1509f1447e06a5f1da672f7
1 parent
4820ff250d
Exists in
master
and in
6 other branches
同步
Showing 1 changed file with 6 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/DatePointEnums.java
View file @
ab69701
... | ... | @@ -16,7 +16,12 @@ |
16 | 16 | YUN_WEEK(1,"周",10,42), |
17 | 17 | BABY_DAY(2,"天",11,30), |
18 | 18 | BABY_MONTH(3,"月龄",12,36), |
19 | - CHAN_DAY(4,"天",13,60); | |
19 | + CHAN_DAY(4,"天",13,60), | |
20 | + HJTX(5,"婚检提醒",49,200), | |
21 | + YSTX(6,"叶酸提醒",50,200), | |
22 | + YQYSTX(7,"优生提醒",51,200), | |
23 | + RXATX(8,"乳腺癌提醒",52,200), | |
24 | + GJATX(9,"宫颈癌提醒",53,200); | |
20 | 25 | |
21 | 26 | DatePointEnums(int id, String name, int pid,int count) { |
22 | 27 | this.id = id; |