From 08fa8f30019bb3a71f5c07c2084620e5f4d4c3bf Mon Sep 17 00:00:00 2001 From: "litao@lymsh.com" Date: Thu, 24 Aug 2017 17:31:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/lyms/platform/common/enums/CZFmTypeEnums.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; -- 1.8.3.1