Commit 7d3ac3f7303af7d76720ddd2c65cc0408418108c

Authored by liquanyu
1 parent 06b9c8ac2c

孕前优生

Showing 1 changed file with 1 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/LhChildbirthWayEnum.java View file @ 7d3ac3f
... ... @@ -10,7 +10,7 @@
10 10 public enum LhChildbirthWayEnum {
11 11 YDSC("1", "阴道顺产"),
12 12 YDZC("2", "阴道助产"),
13   - PGC("3", "宫产"),
  13 + PGC("3", "宫产"),
14 14 QT("4", "其他");
15 15  
16 16 LhChildbirthWayEnum(String id, String name) {