Commit 10feb27ba8289b6bcc9497ed764266b6b66f0368
1 parent
3ed1c50eb5
Exists in
master
and in
1 other branch
聊城妇幼产检增加字段
Showing 1 changed file with 21 additions and 21 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExcAddRequest.java
View file @
10feb27
... | ... | @@ -143,15 +143,15 @@ |
143 | 143 | //前端计算出来的孕周 |
144 | 144 | private String cDueWeek; |
145 | 145 | //妊娠月份 |
146 | - private String gestaMonth; | |
146 | + private Integer gestaMonth; | |
147 | 147 | //妊娠时间 |
148 | 148 | private String gestaDate; |
149 | 149 | //分娩方式 |
150 | - private String fmType; | |
150 | + private Integer fmType; | |
151 | 151 | //分娩方式备注 |
152 | 152 | private String fmTypeRemark; |
153 | 153 | //健康状况 |
154 | - private String fitness; | |
154 | + private Integer fitness; | |
155 | 155 | //健康状况备注 |
156 | 156 | private String fitnessRemark; |
157 | 157 | |
158 | 158 | |
159 | 159 | |
160 | 160 | |
161 | 161 | |
162 | 162 | |
163 | 163 | |
164 | 164 | |
165 | 165 | |
166 | 166 | |
... | ... | @@ -1032,44 +1032,44 @@ |
1032 | 1032 | this.highriskSocre = highriskSocre; |
1033 | 1033 | } |
1034 | 1034 | |
1035 | - public String getGestaMonth() { | |
1035 | + public Integer getGestaMonth() { | |
1036 | 1036 | return gestaMonth; |
1037 | 1037 | } |
1038 | 1038 | |
1039 | - public void setGestaMonth(String gestaMonth) { | |
1039 | + public void setGestaMonth(Integer gestaMonth) { | |
1040 | 1040 | this.gestaMonth = gestaMonth; |
1041 | 1041 | } |
1042 | 1042 | |
1043 | - public String getGestaDate() { | |
1044 | - return gestaDate; | |
1043 | + public Integer getFmType() { | |
1044 | + return fmType; | |
1045 | 1045 | } |
1046 | 1046 | |
1047 | - public void setGestaDate(String gestaDate) { | |
1048 | - this.gestaDate = gestaDate; | |
1047 | + public void setFmType(Integer fmType) { | |
1048 | + this.fmType = fmType; | |
1049 | 1049 | } |
1050 | 1050 | |
1051 | - public String getFmType() { | |
1052 | - return fmType; | |
1051 | + public Integer getFitness() { | |
1052 | + return fitness; | |
1053 | 1053 | } |
1054 | 1054 | |
1055 | - public void setFmType(String fmType) { | |
1056 | - this.fmType = fmType; | |
1055 | + public void setFitness(Integer fitness) { | |
1056 | + this.fitness = fitness; | |
1057 | 1057 | } |
1058 | 1058 | |
1059 | - public String getFmTypeRemark() { | |
1060 | - return fmTypeRemark; | |
1059 | + public String getGestaDate() { | |
1060 | + return gestaDate; | |
1061 | 1061 | } |
1062 | 1062 | |
1063 | - public void setFmTypeRemark(String fmTypeRemark) { | |
1064 | - this.fmTypeRemark = fmTypeRemark; | |
1063 | + public void setGestaDate(String gestaDate) { | |
1064 | + this.gestaDate = gestaDate; | |
1065 | 1065 | } |
1066 | 1066 | |
1067 | - public String getFitness() { | |
1068 | - return fitness; | |
1067 | + public String getFmTypeRemark() { | |
1068 | + return fmTypeRemark; | |
1069 | 1069 | } |
1070 | 1070 | |
1071 | - public void setFitness(String fitness) { | |
1072 | - this.fitness = fitness; | |
1071 | + public void setFmTypeRemark(String fmTypeRemark) { | |
1072 | + this.fmTypeRemark = fmTypeRemark; | |
1073 | 1073 | } |
1074 | 1074 | |
1075 | 1075 | public String getFitnessRemark() { |