Commit 6f02d5afeb7770f90b28fc0f3f25ed9f119dbe96
1 parent
ac7fdf5cf7
Exists in
master
and in
1 other branch
孕妇分娩后 变成产妇
Showing 1 changed file with 1 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/SXCauseEnums.java
View file @
6f02d5a
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | */ |
8 | 8 | public enum SXCauseEnums { |
9 | 9 | |
10 | - O("宫缩乏力","1"),O1("胎盘因素","2"),O2("产道损伤","3"), O3("凝血功能障碍","4"); | |
10 | + O("宫缩乏力","1"),O1("胎盘因素","2"),O2("产道损伤","3"), O3("凝血功能障碍","4"),O5("其他","5"); | |
11 | 11 | private SXCauseEnums(String name, String id){ |
12 | 12 | this.id=id; |
13 | 13 | this.name=name; |