Commit 756521ed1a812ab6fc2ff158d74d8996adde4e43

Authored by shiyang
1 parent 6e55d58615

2022-6-8 隆化男女婚检增加B超字段改为3个字段

Showing 4 changed files with 87 additions and 4 deletions

platform-dal/src/main/java/com/lyms/platform/pojo/PremaritalCheckup.java View file @ 756521e
... ... @@ -581,8 +581,29 @@
581 581 //胺臭味试验26
582 582 private String acwsy;
583 583  
584   - //2022-6-8 隆化增加B超字段
  584 + /**2022-6-8 隆化增加字段*/
  585 + //B超检查
585 586 private String lhbc;
  587 + //B超描述
  588 + private String lhbcms;
  589 + //B超检查号
  590 + private String lhbcjch;
  591 +
  592 + public String getLhbcms() {
  593 + return lhbcms;
  594 + }
  595 +
  596 + public void setLhbcms(String lhbcms) {
  597 + this.lhbcms = lhbcms;
  598 + }
  599 +
  600 + public String getLhbcjch() {
  601 + return lhbcjch;
  602 + }
  603 +
  604 + public void setLhbcjch(String lhbcjch) {
  605 + this.lhbcjch = lhbcjch;
  606 + }
586 607  
587 608 public String getLhbc() {
588 609 return lhbc;
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/PremaritalCheckupAddRequest.java View file @ 756521e
... ... @@ -571,9 +571,29 @@
571 571 private String lqj;
572 572 //胺臭味试验26
573 573 private String acwsy;
574   - //2022-6-8 隆化增加B超字段
  574 + /**2022-6-8 隆化增加字段*/
  575 + //B超检查
575 576 private String lhbc;
  577 + //B超描述
  578 + private String lhbcms;
  579 + //B超检查号
  580 + private String lhbcjch;
576 581  
  582 + public String getLhbcms() {
  583 + return lhbcms;
  584 + }
  585 +
  586 + public void setLhbcms(String lhbcms) {
  587 + this.lhbcms = lhbcms;
  588 + }
  589 +
  590 + public String getLhbcjch() {
  591 + return lhbcjch;
  592 + }
  593 +
  594 + public void setLhbcjch(String lhbcjch) {
  595 + this.lhbcjch = lhbcjch;
  596 + }
577 597 public String getLhbc() {
578 598 return lhbc;
579 599 }
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/PremaritalCheckupPageResult.java View file @ 756521e
... ... @@ -528,8 +528,29 @@
528 528 //婚检医院(基础字段)
529 529 private String hunJianHospital;
530 530  
531   - //2022-6-8 隆化增加B超字段
  531 + /**2022-6-8 隆化增加字段*/
  532 + //B超检查
532 533 private String lhbc;
  534 + //B超描述
  535 + private String lhbcms;
  536 + //B超检查号
  537 + private String lhbcjch;
  538 +
  539 + public String getLhbcms() {
  540 + return lhbcms;
  541 + }
  542 +
  543 + public void setLhbcms(String lhbcms) {
  544 + this.lhbcms = lhbcms;
  545 + }
  546 +
  547 + public String getLhbcjch() {
  548 + return lhbcjch;
  549 + }
  550 +
  551 + public void setLhbcjch(String lhbcjch) {
  552 + this.lhbcjch = lhbcjch;
  553 + }
533 554  
534 555 public String getLhbc() {
535 556 return lhbc;
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/PremaritalCheckupResult.java View file @ 756521e
... ... @@ -550,8 +550,29 @@
550 550 //医院ID(基础字段)
551 551 private String hospitalId;
552 552  
553   - //2022-6-8 隆化增加B超字段
  553 + /**2022-6-8 隆化增加字段*/
  554 + //B超检查
554 555 private String lhbc;
  556 + //B超描述
  557 + private String lhbcms;
  558 + //B超检查号
  559 + private String lhbcjch;
  560 +
  561 + public String getLhbcms() {
  562 + return lhbcms;
  563 + }
  564 +
  565 + public void setLhbcms(String lhbcms) {
  566 + this.lhbcms = lhbcms;
  567 + }
  568 +
  569 + public String getLhbcjch() {
  570 + return lhbcjch;
  571 + }
  572 +
  573 + public void setLhbcjch(String lhbcjch) {
  574 + this.lhbcjch = lhbcjch;
  575 + }
555 576  
556 577 public String getLhbc() {
557 578 return lhbc;