Commit 440bdfd4a0c2b7164243aa5020dd5aeea285475a
Exists in
master
and in
6 other branches
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-dal/src/main/java/com/lyms/platform/pojo/FilePathModel.java
View file @
440bdfd
| ... | ... | @@ -23,20 +23,35 @@ |
| 23 | 23 | //孕妇建档id |
| 24 | 24 | private String patientId; |
| 25 | 25 | |
| 26 | - //身份证正面 | |
| 26 | + //孕妇身份证正面 | |
| 27 | 27 | private String cardNoz; |
| 28 | - //身份证反面 | |
| 28 | + //孕妇身份证反面 | |
| 29 | 29 | private String cardNof; |
| 30 | 30 | |
| 31 | - //户主信息 | |
| 31 | + //孕妇户主信息 | |
| 32 | 32 | private String registerHouse; |
| 33 | 33 | |
| 34 | 34 | //孕妇信息 |
| 35 | 35 | private String registerPatient; |
| 36 | 36 | |
| 37 | - //面部信息 | |
| 37 | + //孕妇面部信息 | |
| 38 | 38 | private String facePatient; |
| 39 | 39 | |
| 40 | + //丈夫身份证正面 | |
| 41 | + private String hcardNoz; | |
| 42 | + //丈夫身份证反面 | |
| 43 | + private String hcardNof; | |
| 44 | + | |
| 45 | + //户主信息 | |
| 46 | + private String hregisterHouse; | |
| 47 | + | |
| 48 | + //丈夫信息 | |
| 49 | + private String hregisterPatient; | |
| 50 | + | |
| 51 | + //丈夫面部信息 | |
| 52 | + private String hfacePatient; | |
| 53 | + | |
| 54 | + | |
| 40 | 55 | public String getId() { |
| 41 | 56 | return id; |
| 42 | 57 | } |
| ... | ... | @@ -91,6 +106,47 @@ |
| 91 | 106 | |
| 92 | 107 | public void setFacePatient(String facePatient) { |
| 93 | 108 | this.facePatient = facePatient; |
| 109 | + } | |
| 110 | + | |
| 111 | + | |
| 112 | + public String getHcardNoz() { | |
| 113 | + return hcardNoz; | |
| 114 | + } | |
| 115 | + | |
| 116 | + public void setHcardNoz(String hcardNoz) { | |
| 117 | + this.hcardNoz = hcardNoz; | |
| 118 | + } | |
| 119 | + | |
| 120 | + public String getHcardNof() { | |
| 121 | + return hcardNof; | |
| 122 | + } | |
| 123 | + | |
| 124 | + public void setHcardNof(String hcardNof) { | |
| 125 | + this.hcardNof = hcardNof; | |
| 126 | + } | |
| 127 | + | |
| 128 | + public String getHregisterHouse() { | |
| 129 | + return hregisterHouse; | |
| 130 | + } | |
| 131 | + | |
| 132 | + public void setHregisterHouse(String hregisterHouse) { | |
| 133 | + this.hregisterHouse = hregisterHouse; | |
| 134 | + } | |
| 135 | + | |
| 136 | + public String getHregisterPatient() { | |
| 137 | + return hregisterPatient; | |
| 138 | + } | |
| 139 | + | |
| 140 | + public void setHregisterPatient(String hregisterPatient) { | |
| 141 | + this.hregisterPatient = hregisterPatient; | |
| 142 | + } | |
| 143 | + | |
| 144 | + public String getHfacePatient() { | |
| 145 | + return hfacePatient; | |
| 146 | + } | |
| 147 | + | |
| 148 | + public void setHfacePatient(String hfacePatient) { | |
| 149 | + this.hfacePatient = hfacePatient; | |
| 94 | 150 | } |
| 95 | 151 | } |