Commit 586758b3d24d0f9c4cc46352617975cf7725e879

Authored by jiangjiazhi
1 parent 3a2d16b843

修改新电子病历

Showing 1 changed file with 1 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/TpmcTypeEnums.java View file @ 586758b
... ... @@ -6,7 +6,7 @@
6 6 * Created by Administrator on 2016/6/24 0024.
7 7 */
8 8 public enum TpmcTypeEnums {
9   - O("自然娩出","1"),O2("手术","2");
  9 + O("自然娩出","1"),O2("手术娩出","2");
10 10 private TpmcTypeEnums(String name,String id){
11 11 this.id=id;
12 12 this.name=name;