Commit ff40ead4a44c8b68805720b8b2c8849b450702fb

Authored by yangfei
1 parent a6a402b351

胎先露加不详

Showing 2 changed files with 4 additions and 2 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/FetalEnums.java View file @ ff40ead
... ... @@ -11,7 +11,8 @@
11 11 A("头","1"),
12 12 B("臀","2"),
13 13 C("足","3"),
14   - D("肩","4");
  14 + D("肩","4"),
  15 + E("不详","5");
15 16  
16 17 public static String getTitle(String id){
17 18 if (StringUtils.isNotEmpty(id)){
platform-common/src/main/java/com/lyms/platform/common/enums/FetalPositionEnums.java View file @ ff40ead
... ... @@ -32,7 +32,8 @@
32 32 ONE20("左肩前","20"),
33 33 ONE21("左肩后","21"),
34 34 ONE22("右肩前","22"),
35   - ONE23("右肩后","23");
  35 + ONE23("右肩后","23"),
  36 + ONE25("不详","25");
36 37  
37 38 public static String getTitle(String id){
38 39 if (StringUtils.isNotEmpty(id)){