diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/PremaritalCheckupAddRequest.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/PremaritalCheckupAddRequest.java index 7ec786f..6bdc4c4 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/PremaritalCheckupAddRequest.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/PremaritalCheckupAddRequest.java @@ -326,6 +326,16 @@ public class PremaritalCheckupAddRequest { //婚检医生 private String hunJianDoctor; + private Integer sexType; + + public Integer getSexType() { + return sexType; + } + + public void setSexType(Integer sexType) { + this.sexType = sexType; + } + public String getBingGan() { return bingGan; }