Commit 4c4f122371e1b8914b34ec4025fce7b82b0c03b9

Authored by yangfei

Merge remote-tracking branch 'origin/master'

Showing 1 changed file

platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExcAddRequest.java View file @ 4c4f122
... ... @@ -24,6 +24,56 @@
24 24  
25 25 private String cweight;
26 26  
  27 + private String diabetes;
  28 +
  29 + private String feritin;
  30 +
  31 + private String hbp;
  32 +
  33 + private String lbp;
  34 +
  35 + private String yqweight;
  36 +
  37 + public String getYqweight() {
  38 + return yqweight;
  39 + }
  40 +
  41 + public void setYqweight(String yqweight) {
  42 + this.yqweight = yqweight;
  43 + }
  44 +
  45 + public String getHbp() {
  46 + return hbp;
  47 + }
  48 +
  49 + public void setHbp(String hbp) {
  50 + this.hbp = hbp;
  51 + }
  52 +
  53 + public String getLbp() {
  54 + return lbp;
  55 + }
  56 +
  57 + public void setLbp(String lbp) {
  58 + this.lbp = lbp;
  59 + }
  60 +
  61 + public String getFeritin() {
  62 + return feritin;
  63 + }
  64 +
  65 + public void setFeritin(String feritin) {
  66 + this.feritin = feritin;
  67 + }
  68 +
  69 + public String getDiabetes() {
  70 + return diabetes;
  71 + }
  72 +
  73 + public void setDiabetes(String diabetes) {
  74 + this.diabetes = diabetes;
  75 + }
  76 +
27 77 public List<String> getmHighRiskReason() {
28 78 return mHighRiskReason;
29 79 }