Commit 08fa8f30019bb3a71f5c07c2084620e5f4d4c3bf
1 parent
6c7de1d132
Exists in
master
and in
6 other branches
改字段
Showing 1 changed file with 5 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/CZFmTypeEnums.java
View file @
08fa8f3
... | ... | @@ -10,7 +10,11 @@ |
10 | 10 | O1("剖宫产", 2), |
11 | 11 | O2("引产", 3), |
12 | 12 | O3("人工流产", 4), |
13 | - O4("药物流产", 5); | |
13 | + O4("药物流产", 5), | |
14 | + O5("难免流产", 6), | |
15 | + O6("剖宫流产", 7), | |
16 | + O7("自然流产", 9), | |
17 | + O8("生化妊娠", 10); | |
14 | 18 | private CZFmTypeEnums(String name, int id) { |
15 | 19 | this.id = id; |
16 | 20 | this.name = name; |