Commit bc335fa50ce764670817c926d9e0108fab82e40b
1 parent
0fecd15a6f
Exists in
master
and in
8 other branches
孕妇分娩后 变成产妇
Showing 1 changed file with 1 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/SieveEnums.java
View file @
bc335fa
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | this.name=name; |
15 | 15 | } |
16 | 16 | public enum NotifyEnums{ |
17 | - O("待产筛",0),O1("产筛未完成",1),O2("产筛已完成",2),O3("产诊未完成",3),O4("产诊已完成",4); | |
17 | + O("待产筛",0),O1("产筛未完成",1),O2("产筛已完成",2),O4("产诊已完成",4); | |
18 | 18 | private NotifyEnums(String name,Integer id){ |
19 | 19 | this.name=name; |
20 | 20 | this.id=id; |