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;