Commit d5a5cc4a46babb808392c6bcbf6f9310cccdc578

Authored by shiyang
1 parent 382a2963b2

update

Showing 1 changed file with 13 additions and 1 deletions

platform-dal/src/main/java/com/lyms/platform/pojo/CancerScreeningModel.java View file @ d5a5cc4
... ... @@ -49,7 +49,7 @@
49 49 private String number;
50 50 //(一)病史情况
51 51 //月经情况
52   - //月经初潮年龄(岁)//隆化前端是以“,”分割的数据保存
  52 + //月经初潮年龄(岁)
53 53 private String bsYjage;
54 54 //最近一次末次月经
55 55 private String bsZjyj;
... ... @@ -231,6 +231,10 @@
231 231 //乳腺癌异常name
232 232 private String breastAbnormityName;
233 233  
  234 + //月经初潮
  235 + //月经初潮年龄改为周期隆化前端是以“,”分割的数据保存
  236 + private String newBsYjage;
  237 +
234 238 //哺乳史//原id展示。改为手写月份。历史数据展示:前端判断newYcFrs有没值。没有还用以前ycFrs字段展示
235 239 private String newYcFrs;
236 240  
... ... @@ -262,6 +266,14 @@
262 266 */
263 267 private String newRxCssj;
264 268  
  269 +
  270 + public String getNewBsYjage() {
  271 + return newBsYjage;
  272 + }
  273 +
  274 + public void setNewBsYjage(String newBsYjage) {
  275 + this.newBsYjage = newBsYjage;
  276 + }
265 277  
266 278 public String getNxa() {
267 279 return nxa;