From bc335fa50ce764670817c926d9e0108fab82e40b Mon Sep 17 00:00:00 2001 From: jiangjiazhi Date: Wed, 10 Aug 2016 10:30:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=95=E5=A6=87=E5=88=86=E5=A8=A9=E5=90=8E?= =?UTF-8?q?=20=E5=8F=98=E6=88=90=E4=BA=A7=E5=A6=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/lyms/platform/common/enums/SieveEnums.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-common/src/main/java/com/lyms/platform/common/enums/SieveEnums.java b/platform-common/src/main/java/com/lyms/platform/common/enums/SieveEnums.java index 0152deb..a92c56c 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/enums/SieveEnums.java +++ b/platform-common/src/main/java/com/lyms/platform/common/enums/SieveEnums.java @@ -14,7 +14,7 @@ public enum SieveEnums { this.name=name; } public enum NotifyEnums{ - O("待产筛",0),O1("产筛未完成",1),O2("产筛已完成",2),O3("产诊未完成",3),O4("产诊已完成",4); + O("待产筛",0),O1("产筛未完成",1),O2("产筛已完成",2),O4("产诊已完成",4); private NotifyEnums(String name,Integer id){ this.name=name; this.id=id; -- 1.8.3.1