diff --git a/platform-common/src/main/java/com/lyms/platform/common/enums/CZFmTypeEnums.java b/platform-common/src/main/java/com/lyms/platform/common/enums/CZFmTypeEnums.java index 8e44159..2317ee6 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/enums/CZFmTypeEnums.java +++ b/platform-common/src/main/java/com/lyms/platform/common/enums/CZFmTypeEnums.java @@ -10,7 +10,11 @@ public enum CZFmTypeEnums { O1("剖宫产", 2), O2("引产", 3), O3("人工流产", 4), - O4("药物流产", 5); + O4("药物流产", 5), + O5("难免流产", 6), + O6("剖宫流产", 7), + O7("自然流产", 9), + O8("生化妊娠", 10); private CZFmTypeEnums(String name, int id) { this.id = id; this.name = name;