Commit ca537a3500fb7472dbfe1601958407f09cc9b7b6

Authored by liquanyu
1 parent 7ea7b6df2a

update

Showing 1 changed file with 3 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/FmTypeEnums.java View file @ ca537a3
... ... @@ -12,7 +12,9 @@
12 12 */
13 13 public enum FmTypeEnums {
14 14 O("顺产", "1"),
15   - O1("剖宫产", "2");
  15 + O1("剖宫产", "2"),
  16 + O2("流产", "3"),
  17 + O3("引产", "4");
16 18  
17 19 private FmTypeEnums(String name, String id) {
18 20 this.id = id;