Commit 0471a9ba4f260161738fce74a9f80b930691998d
1 parent
0cb2d31cf1
Exists in
master
and in
6 other branches
注释掉原来老产检劵验证
Showing 1 changed file with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/MatDeliverAddRequest.java
View file @
0471a9b
| ... | ... | @@ -463,7 +463,7 @@ |
| 463 | 463 | //阴道检测 |
| 464 | 464 | private String ydjc; |
| 465 | 465 | //羊水指数 |
| 466 | - private Integer yszs; | |
| 466 | + private Double yszs; | |
| 467 | 467 | |
| 468 | 468 | public Double getHeartRate() { |
| 469 | 469 | return heartRate; |
| 470 | 470 | |
| ... | ... | @@ -569,11 +569,11 @@ |
| 569 | 569 | this.ydjc = ydjc; |
| 570 | 570 | } |
| 571 | 571 | |
| 572 | - public Integer getYszs() { | |
| 572 | + public Double getYszs() { | |
| 573 | 573 | return yszs; |
| 574 | 574 | } |
| 575 | 575 | |
| 576 | - public void setYszs(Integer yszs) { | |
| 576 | + public void setYszs(Double yszs) { | |
| 577 | 577 | this.yszs = yszs; |
| 578 | 578 | } |
| 579 | 579 | } |