Commit ea98065765cf46e036dc9705064b5906971c0511
1 parent
d302223f67
Exists in
master
and in
6 other branches
儿保健建档相关接口
Showing 1 changed file with 0 additions and 13 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/BabyEyePatient.java
View file @
ea98065
| ... | ... | @@ -143,11 +143,6 @@ |
| 143 | 143 | private String deliveryType; |
| 144 | 144 | |
| 145 | 145 | /** |
| 146 | - * 分娩方式 | |
| 147 | - */ | |
| 148 | - private String deliveryType2; | |
| 149 | - | |
| 150 | - /** | |
| 151 | 146 | * 第几胎 |
| 152 | 147 | */ |
| 153 | 148 | private Integer parityNum; |
| ... | ... | @@ -719,14 +714,6 @@ |
| 719 | 714 | |
| 720 | 715 | public void setBookBuildingDate(Date bookBuildingDate) { |
| 721 | 716 | this.bookBuildingDate = bookBuildingDate; |
| 722 | - } | |
| 723 | - | |
| 724 | - public String getDeliveryType2() { | |
| 725 | - return deliveryType2; | |
| 726 | - } | |
| 727 | - | |
| 728 | - public void setDeliveryType2(String deliveryType2) { | |
| 729 | - this.deliveryType2 = deliveryType2; | |
| 730 | 717 | } |
| 731 | 718 | |
| 732 | 719 | public String getVcCardNo() { |