From e6545e5f9bf2f940507d80f51d95b76c4c1de065 Mon Sep 17 00:00:00 2001 From: yangfei Date: Tue, 18 Jul 2017 15:26:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=AB=E9=AB=98=E4=BF=AE=E6=94=B9=E5=B9=B3?= =?UTF-8?q?=E8=84=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/lyms/platform/common/enums/GongJingEnums.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-common/src/main/java/com/lyms/platform/common/enums/GongJingEnums.java b/platform-common/src/main/java/com/lyms/platform/common/enums/GongJingEnums.java index 6767f80..ace10bf 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/enums/GongJingEnums.java +++ b/platform-common/src/main/java/com/lyms/platform/common/enums/GongJingEnums.java @@ -56,7 +56,7 @@ public class GongJingEnums { //宫高 public enum GongGao { - QISHANG("脐上", "1"), + QISHANG("平脐", "1"), QIXIA("脐下", "2"), QICHIZJ("脐耻之间", "3"), CGLHS("耻骨联合上", "4"); -- 1.8.3.1