From 586758b3d24d0f9c4cc46352617975cf7725e879 Mon Sep 17 00:00:00 2001 From: jiangjiazhi Date: Thu, 8 Sep 2016 16:12:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B0=E7=94=B5=E5=AD=90?= =?UTF-8?q?=E7=97=85=E5=8E=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/lyms/platform/common/enums/TpmcTypeEnums.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-common/src/main/java/com/lyms/platform/common/enums/TpmcTypeEnums.java b/platform-common/src/main/java/com/lyms/platform/common/enums/TpmcTypeEnums.java index f84f44a..60df0fb 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/enums/TpmcTypeEnums.java +++ b/platform-common/src/main/java/com/lyms/platform/common/enums/TpmcTypeEnums.java @@ -6,7 +6,7 @@ package com.lyms.platform.common.enums; * Created by Administrator on 2016/6/24 0024. */ public enum TpmcTypeEnums { - O("自然娩出","1"),O2("手术产","2"); + O("自然娩出","1"),O2("手术娩出","2"); private TpmcTypeEnums(String name,String id){ this.id=id; this.name=name; -- 1.8.3.1