Commit a635985a66cafdf64c3dc0460fa3d5de0584e5ca
1 parent
c2b19a7e5e
Exists in
master
and in
8 other branches
update code
Showing 1 changed file with 19 additions and 21 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/PregnantInfoResult.java
View file @
a635985
| ... | ... | @@ -105,7 +105,7 @@ |
| 105 | 105 | //建档日期 |
| 106 | 106 | private String bookbuildingDate; |
| 107 | 107 | //服务类型 |
| 108 | - private Integer serviceType; | |
| 108 | + private String serviceType; | |
| 109 | 109 | |
| 110 | 110 | //就诊卡号 |
| 111 | 111 | private String vcCardNo; |
| ... | ... | @@ -115,7 +115,7 @@ |
| 115 | 115 | |
| 116 | 116 | |
| 117 | 117 | //服务状态 |
| 118 | - private Integer serviceStatus; | |
| 118 | + private String serviceStatus; | |
| 119 | 119 | |
| 120 | 120 | //体验会员 0非会员 1会员 |
| 121 | 121 | private Integer expVip; |
| 122 | 122 | |
| ... | ... | @@ -144,13 +144,7 @@ |
| 144 | 144 | this.mremark = mremark; |
| 145 | 145 | } |
| 146 | 146 | |
| 147 | - public Integer getServiceStatus() { | |
| 148 | - return serviceStatus; | |
| 149 | - } | |
| 150 | 147 | |
| 151 | - public void setServiceStatus(Integer serviceStatus) { | |
| 152 | - this.serviceStatus = serviceStatus; | |
| 153 | - } | |
| 154 | 148 | |
| 155 | 149 | public Integer getExpVip() { |
| 156 | 150 | return expVip; |
| ... | ... | @@ -364,12 +358,6 @@ |
| 364 | 358 | this.bookbuildingDate = bookbuildingDate; |
| 365 | 359 | } |
| 366 | 360 | |
| 367 | - public Integer getServiceType() { | |
| 368 | - return serviceType; | |
| 369 | - } | |
| 370 | - public void setServiceType(Integer serviceType) { | |
| 371 | - this.serviceType = serviceType; | |
| 372 | - } | |
| 373 | 361 | public String getPregnantCensusAddr() { |
| 374 | 362 | return pregnantCensusAddr; |
| 375 | 363 | } |
| 376 | 364 | |
| ... | ... | @@ -437,14 +425,8 @@ |
| 437 | 425 | this.childbirthAreaId = childbirthAreaId; |
| 438 | 426 | } |
| 439 | 427 | |
| 440 | -// public String getHospitalId() { | |
| 441 | -// return hospitalId; | |
| 442 | -// } | |
| 443 | -// | |
| 444 | -// public void setHospitalId(String hospitalId) { | |
| 445 | -// this.hospitalId = hospitalId; | |
| 446 | -// } | |
| 447 | 428 | |
| 429 | + | |
| 448 | 430 | public String getVcCardNo() { |
| 449 | 431 | return vcCardNo; |
| 450 | 432 | } |
| ... | ... | @@ -491,6 +473,22 @@ |
| 491 | 473 | |
| 492 | 474 | public void setId(String id) { |
| 493 | 475 | this.id = id; |
| 476 | + } | |
| 477 | + | |
| 478 | + public String getServiceType() { | |
| 479 | + return serviceType; | |
| 480 | + } | |
| 481 | + | |
| 482 | + public void setServiceType(String serviceType) { | |
| 483 | + this.serviceType = serviceType; | |
| 484 | + } | |
| 485 | + | |
| 486 | + public String getServiceStatus() { | |
| 487 | + return serviceStatus; | |
| 488 | + } | |
| 489 | + | |
| 490 | + public void setServiceStatus(String serviceStatus) { | |
| 491 | + this.serviceStatus = serviceStatus; | |
| 494 | 492 | } |
| 495 | 493 | } |