Commit bb34a2f914948d94dbc51f68563dc5e7efaff6cd
1 parent
3ac0d45318
Exists in
master
and in
1 other branch
update
Showing 1 changed file with 10 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/PremaritalCheckupAddRequest.java
View file @
bb34a2f
| ... | ... | @@ -326,6 +326,16 @@ |
| 326 | 326 | //婚检医生 |
| 327 | 327 | private String hunJianDoctor; |
| 328 | 328 | |
| 329 | + private Integer sexType; | |
| 330 | + | |
| 331 | + public Integer getSexType() { | |
| 332 | + return sexType; | |
| 333 | + } | |
| 334 | + | |
| 335 | + public void setSexType(Integer sexType) { | |
| 336 | + this.sexType = sexType; | |
| 337 | + } | |
| 338 | + | |
| 329 | 339 | public String getBingGan() { |
| 330 | 340 | return bingGan; |
| 331 | 341 | } |