Commit b398c040b015a90aa764d6bcb417a5350d5fde93

Authored by jiangjiazhi
1 parent ed153346ae

增加字段

Showing 4 changed files with 27 additions and 25 deletions

platform-dal/src/main/java/com/lyms/platform/pojo/AntExChuModel.java View file @ b398c04
... ... @@ -124,8 +124,8 @@
124 124 private String zyqbd;
125 125 //nt检查
126 126 private String ntjc;
127   - //产前筛查
128   - private String cqsc;
  127 + //产捡筛查
  128 + private String cjsc;
129 129 //胎儿系统排畸b吵
130 130 private String text;
131 131 //75gODTT
132 132  
... ... @@ -153,12 +153,12 @@
153 153 this.ntjc = ntjc;
154 154 }
155 155  
156   - public String getCqsc() {
157   - return cqsc;
  156 + public String getCjsc() {
  157 + return cjsc;
158 158 }
159 159  
160   - public void setCqsc(String cqsc) {
161   - this.cqsc = cqsc;
  160 + public void setCjsc(String cjsc) {
  161 + this.cjsc = cjsc;
162 162 }
163 163  
164 164 public String getText() {
platform-dal/src/main/java/com/lyms/platform/pojo/AntenatalExaminationModel.java View file @ b398c04
... ... @@ -118,8 +118,8 @@
118 118 private String zyqbd;
119 119 //nt检查
120 120 private String ntjc;
121   - //产前筛查
122   - private String cqsc;
  121 + //产捡筛查
  122 + private String cjsc;
123 123 //胎儿系统排畸b吵
124 124 private String text;
125 125 //75gODTT
126 126  
127 127  
... ... @@ -143,13 +143,14 @@
143 143 this.ntjc = ntjc;
144 144 }
145 145  
146   - public String getCqsc() {
147   - return cqsc;
  146 + public String getCjsc() {
  147 + return cjsc;
148 148 }
149 149  
150   - public void setCqsc(String cqsc) {
151   - this.cqsc = cqsc;
  150 + public void setCjsc(String cjsc) {
  151 + this.cjsc = cjsc;
152 152 }
  153 +
153 154  
154 155 public String getText() {
155 156 return text;
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExAddRequest.java View file @ b398c04
... ... @@ -102,8 +102,8 @@
102 102 private String zyqbdjc;
103 103 //nt检查
104 104 private String ntjc;
105   - //产前筛查
106   - private String cqsc;
  105 + //产捡筛查
  106 + private String cjsc;
107 107 //胎儿系统排畸b吵
108 108 private String text;
109 109 //75gODTT
110 110  
111 111  
... ... @@ -127,14 +127,15 @@
127 127 this.ntjc = ntjc;
128 128 }
129 129  
130   - public String getCqsc() {
131   - return cqsc;
  130 + public String getCjsc() {
  131 + return cjsc;
132 132 }
133 133  
134   - public void setCqsc(String cqsc) {
135   - this.cqsc = cqsc;
  134 + public void setCjsc(String cjsc) {
  135 + this.cjsc = cjsc;
136 136 }
137 137  
  138 +
138 139 public String getText() {
139 140 return text;
140 141 }
... ... @@ -256,7 +257,7 @@
256 257 AntenatalExaminationModel examinationModel = new AntenatalExaminationModel();
257 258 examinationModel.setZyqbd(zyqbdjc);
258 259 examinationModel.setNtjc(ntjc);
259   - examinationModel.setCqsc(cqsc);
  260 + examinationModel.setCjsc(cjsc);
260 261 examinationModel.setText(text);
261 262 examinationModel.setS75god(s75god);
262 263 examinationModel.setJzxgn(jzxgn);
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExcAddRequest.java View file @ b398c04
... ... @@ -203,7 +203,7 @@
203 203 //nt检查
204 204 private String ntjc;
205 205 //产前筛查
206   - private String cqsc;
  206 + private String cjsc;
207 207 //胎儿系统排畸b吵
208 208 private String text;
209 209 //75gODTT
210 210  
... ... @@ -227,12 +227,12 @@
227 227 this.ntjc = ntjc;
228 228 }
229 229  
230   - public String getCqsc() {
231   - return cqsc;
  230 + public String getCjsc() {
  231 + return cjsc;
232 232 }
233 233  
234   - public void setCqsc(String cqsc) {
235   - this.cqsc = cqsc;
  234 + public void setCjsc(String cjsc) {
  235 + this.cjsc = cjsc;
236 236 }
237 237  
238 238 public String getText() {
... ... @@ -1058,7 +1058,7 @@
1058 1058  
1059 1059 antExChuModel.setZyqbd(zyqbdjc);
1060 1060 antExChuModel.setNtjc(ntjc);
1061   - antExChuModel.setCqsc(cqsc);
  1061 + antExChuModel.setCjsc(cjsc);
1062 1062 antExChuModel.setText(text);
1063 1063 antExChuModel.setS75god(s75god);
1064 1064 antExChuModel.setJzxgn(jzxgn);