Commit 6a823e6c9c70b6334499ed681a9fc86baa9b16e8
1 parent
efbbb7c321
Exists in
master
and in
1 other branch
孕妇分娩后 变成产妇
Showing 1 changed file with 7 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/QiDaiEnums.java
View file @
6a823e6
... | ... | @@ -6,7 +6,13 @@ |
6 | 6 | * Created by Administrator on 2016/6/24 0024. |
7 | 7 | */ |
8 | 8 | public enum QiDaiEnums { |
9 | - O1("脐带缠绕", "0"); | |
9 | + O1("脐带缠绕", "0"), | |
10 | + O2("脐带过长", "1"), | |
11 | + O3("脐带过短", "2"), | |
12 | + O4("脐带缠绕", "3"), | |
13 | + O5("脐带打结", "4"), | |
14 | + O6("脐带扭转", "5"), | |
15 | + O7("脐带脱垂", "6"); | |
10 | 16 | |
11 | 17 | private QiDaiEnums(String name, String id) { |
12 | 18 | this.name = name; |