Commit 5fca73720bd66da85e40d0b5574235d358174c5f
1 parent
4556af85ae
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 11 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/PremaritalCheckupPageResult.java
View file @
5fca737
| ... | ... | @@ -528,6 +528,17 @@ |
| 528 | 528 | //婚检医院(基础字段) |
| 529 | 529 | private String hunJianHospital; |
| 530 | 530 | |
| 531 | + //2022-6-8 隆化增加B超字段 | |
| 532 | + private String lhbc; | |
| 533 | + | |
| 534 | + public String getLhbc() { | |
| 535 | + return lhbc; | |
| 536 | + } | |
| 537 | + | |
| 538 | + public void setLhbc(String lhbc) { | |
| 539 | + this.lhbc = lhbc; | |
| 540 | + } | |
| 541 | + | |
| 531 | 542 | public String getGuidTime() { |
| 532 | 543 | return guidTime; |
| 533 | 544 | } |