Commit 9df4697775c75033a83eb8998fd61a501e49606c

Authored by wtt
1 parent ab697014b2

update

Showing 1 changed file with 41 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/DischargeAbstractBabyQueryModel.java View file @ 9df4697
... ... @@ -128,7 +128,15 @@
128 128 * @discription 先天性甲状腺功能性低下是否筛查
129 129 */
130 130 private Integer isCH;
131   -
  131 + /*滦平*/
  132 + //耳声发射(1通过/2未通过)
  133 + private Integer esfs;
  134 + //听性脑干(1通过/2未通过)
  135 + private Integer txng;
  136 + //耳聋基因(1通过/2未通过)
  137 + private Integer eljy;
  138 + //口腔(1通过/2未通过)
  139 + private Integer kouq;
132 140 /**
133 141 * @auther HuJiaqi
134 142 * @createTime 2016年12月05日 18时25分
... ... @@ -352,6 +360,38 @@
352 360  
353 361 public void setOrderScreenDescription(String orderScreenDescription) {
354 362 this.orderScreenDescription = orderScreenDescription;
  363 + }
  364 +
  365 + public Integer getEsfs() {
  366 + return esfs;
  367 + }
  368 +
  369 + public void setEsfs(Integer esfs) {
  370 + this.esfs = esfs;
  371 + }
  372 +
  373 + public Integer getTxng() {
  374 + return txng;
  375 + }
  376 +
  377 + public void setTxng(Integer txng) {
  378 + this.txng = txng;
  379 + }
  380 +
  381 + public Integer getEljy() {
  382 + return eljy;
  383 + }
  384 +
  385 + public void setEljy(Integer eljy) {
  386 + this.eljy = eljy;
  387 + }
  388 +
  389 + public Integer getKouq() {
  390 + return kouq;
  391 + }
  392 +
  393 + public void setKouq(Integer kouq) {
  394 + this.kouq = kouq;
355 395 }
356 396 }