From 5900598e119e3543b1cd173b0a6a340c24ef8dac Mon Sep 17 00:00:00 2001 From: gengxiaokai Date: Fri, 14 Dec 2018 15:41:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A8=81=E6=B5=B7=E5=88=86=E5=A8=A9=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E6=9E=9A=E4=B8=BE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/lyms/platform/common/enums/FmTypeEnums.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/platform-common/src/main/java/com/lyms/platform/common/enums/FmTypeEnums.java b/platform-common/src/main/java/com/lyms/platform/common/enums/FmTypeEnums.java index a59c730..01cab44 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/enums/FmTypeEnums.java +++ b/platform-common/src/main/java/com/lyms/platform/common/enums/FmTypeEnums.java @@ -12,10 +12,7 @@ import java.util.Map; */ public enum FmTypeEnums { O("顺产", "1"), - O1("剖宫产", "2"), - O2("胎吸","3"), - O3("自由体位","4"), - O4("臀牵引","5"); + O1("剖宫产", "2"); private FmTypeEnums(String name, String id) { this.id = id; @@ -198,7 +195,10 @@ public enum FmTypeEnums { O2("产钳低位", "3"), O3("产钳中位", "4"), O4("臀位助产", "5"), - O5("臀位牵引", "6"); + O5("臀位牵引", "6"), + O6("胎吸", "7"), + O7("自由体位", "8"), + O8("臀牵引", "9"); private FmScEnums(String name,String id) { this.id = id; -- 1.8.3.1