Commit 8720a4c7acfcd5dfc2da2fbb72bcfec9afa55a68
1 parent
743f898640
Exists in
master
and in
1 other branch
产妇增加字段
Showing 3 changed files with 9 additions and 9 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/AntExChuModel.java
View file @
8720a4c
... | ... | @@ -67,7 +67,7 @@ |
67 | 67 | //腹围 |
68 | 68 | private String fuwei; |
69 | 69 | //胎数 |
70 | - private int tireNumber1; | |
70 | + private String tireNumber1; | |
71 | 71 | private String syjg; |
72 | 72 | private List placentas; |
73 | 73 | |
74 | 74 | |
... | ... | @@ -399,11 +399,11 @@ |
399 | 399 | this.stillChan = stillChan; |
400 | 400 | } |
401 | 401 | |
402 | - public int getTireNumber1() { | |
402 | + public String getTireNumber1() { | |
403 | 403 | return tireNumber1; |
404 | 404 | } |
405 | 405 | |
406 | - public void setTireNumber1(int tireNumber1) { | |
406 | + public void setTireNumber1(String tireNumber1) { | |
407 | 407 | this.tireNumber1 = tireNumber1; |
408 | 408 | } |
409 | 409 |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExcAddRequest.java
View file @
8720a4c
... | ... | @@ -77,7 +77,7 @@ |
77 | 77 | //腹围 |
78 | 78 | private String fuwei; |
79 | 79 | //胎数 |
80 | - private int tireNumber1; | |
80 | + private String tireNumber1; | |
81 | 81 | |
82 | 82 | private List<MatDeliverAddRequest.Placenta> placentas; |
83 | 83 | /*//心率 |
84 | 84 | |
... | ... | @@ -634,11 +634,11 @@ |
634 | 634 | this.stillChan = stillChan; |
635 | 635 | } |
636 | 636 | |
637 | - public int getTireNumber1() { | |
637 | + public String getTireNumber1() { | |
638 | 638 | return tireNumber1; |
639 | 639 | } |
640 | 640 | |
641 | - public void setTireNumber1(int tireNumber1) { | |
641 | + public void setTireNumber1(String tireNumber1) { | |
642 | 642 | this.tireNumber1 = tireNumber1; |
643 | 643 | } |
644 | 644 |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntexChuResult.java
View file @
8720a4c
... | ... | @@ -91,7 +91,7 @@ |
91 | 91 | //腹围 |
92 | 92 | private String fuwei; |
93 | 93 | // 胎数 |
94 | - private int tireNumber1; | |
94 | + private String tireNumber1; | |
95 | 95 | |
96 | 96 | |
97 | 97 | private List<MatDeliverAddRequest.Placenta> placentas; |
98 | 98 | |
... | ... | @@ -504,11 +504,11 @@ |
504 | 504 | this.stillChan = stillChan; |
505 | 505 | } |
506 | 506 | |
507 | - public int getTireNumber1() { | |
507 | + public String getTireNumber1() { | |
508 | 508 | return tireNumber1; |
509 | 509 | } |
510 | 510 | |
511 | - public void setTireNumber1(int tireNumber1) { | |
511 | + public void setTireNumber1(String tireNumber1) { | |
512 | 512 | this.tireNumber1 = tireNumber1; |
513 | 513 | } |
514 | 514 |