|
@@ -1,10 +1,11 @@
|
|
|
package com.diagbot.entity;
|
|
|
|
|
|
-import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
-import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
-import java.time.LocalDateTime;
|
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
+import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
+import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
+
|
|
|
import java.io.Serializable;
|
|
|
+import java.util.Date;
|
|
|
|
|
|
/**
|
|
|
* <p>
|
|
@@ -53,7 +54,7 @@ public class ArRechome implements Serializable {
|
|
|
* 病人出生日期BRCSRQ
|
|
|
*/
|
|
|
@TableField("BRCSRQ")
|
|
|
- private LocalDateTime brcsrq;
|
|
|
+ private Date brcsrq;
|
|
|
|
|
|
/**
|
|
|
* 病人出生地址BRCSDZ
|
|
@@ -197,7 +198,7 @@ public class ArRechome implements Serializable {
|
|
|
* 病案录入日期BALRRQ
|
|
|
*/
|
|
|
@TableField("BALRRQ")
|
|
|
- private LocalDateTime balrrq;
|
|
|
+ private Date balrrq;
|
|
|
|
|
|
/**
|
|
|
* 录入人员编码LRRYID
|
|
@@ -215,7 +216,7 @@ public class ArRechome implements Serializable {
|
|
|
* 修改操作时间XGCZSJ
|
|
|
*/
|
|
|
@TableField("XGCZSJ")
|
|
|
- private LocalDateTime xgczsj;
|
|
|
+ private Date xgczsj;
|
|
|
|
|
|
/**
|
|
|
* 病人健康卡号BRJKKH
|
|
@@ -236,6 +237,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setBasyid(Long basyid) {
|
|
|
this.basyid = basyid;
|
|
|
}
|
|
|
+
|
|
|
public String getBrbabh() {
|
|
|
return brbabh;
|
|
|
}
|
|
@@ -243,6 +245,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setBrbabh(String brbabh) {
|
|
|
this.brbabh = brbabh;
|
|
|
}
|
|
|
+
|
|
|
public String getYlfklb() {
|
|
|
return ylfklb;
|
|
|
}
|
|
@@ -250,6 +253,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setYlfklb(String ylfklb) {
|
|
|
this.ylfklb = ylfklb;
|
|
|
}
|
|
|
+
|
|
|
public String getBrbaxm() {
|
|
|
return brbaxm;
|
|
|
}
|
|
@@ -257,6 +261,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setBrbaxm(String brbaxm) {
|
|
|
this.brbaxm = brbaxm;
|
|
|
}
|
|
|
+
|
|
|
public String getBrbaxb() {
|
|
|
return brbaxb;
|
|
|
}
|
|
@@ -264,13 +269,15 @@ public class ArRechome implements Serializable {
|
|
|
public void setBrbaxb(String brbaxb) {
|
|
|
this.brbaxb = brbaxb;
|
|
|
}
|
|
|
- public LocalDateTime getBrcsrq() {
|
|
|
+
|
|
|
+ public Date getBrcsrq() {
|
|
|
return brcsrq;
|
|
|
}
|
|
|
|
|
|
- public void setBrcsrq(LocalDateTime brcsrq) {
|
|
|
+ public void setBrcsrq(Date brcsrq) {
|
|
|
this.brcsrq = brcsrq;
|
|
|
}
|
|
|
+
|
|
|
public String getBrcsdz() {
|
|
|
return brcsdz;
|
|
|
}
|
|
@@ -278,6 +285,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setBrcsdz(String brcsdz) {
|
|
|
this.brcsdz = brcsdz;
|
|
|
}
|
|
|
+
|
|
|
public Integer getBrdqnl() {
|
|
|
return brdqnl;
|
|
|
}
|
|
@@ -285,6 +293,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setBrdqnl(Integer brdqnl) {
|
|
|
this.brdqnl = brdqnl;
|
|
|
}
|
|
|
+
|
|
|
public String getBrnldw() {
|
|
|
return brnldw;
|
|
|
}
|
|
@@ -292,6 +301,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setBrnldw(String brnldw) {
|
|
|
this.brnldw = brnldw;
|
|
|
}
|
|
|
+
|
|
|
public String getBrbaxx() {
|
|
|
return brbaxx;
|
|
|
}
|
|
@@ -299,6 +309,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setBrbaxx(String brbaxx) {
|
|
|
this.brbaxx = brbaxx;
|
|
|
}
|
|
|
+
|
|
|
public String getBrbarh() {
|
|
|
return brbarh;
|
|
|
}
|
|
@@ -306,6 +317,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setBrbarh(String brbarh) {
|
|
|
this.brbarh = brbarh;
|
|
|
}
|
|
|
+
|
|
|
public String getBrbajg() {
|
|
|
return brbajg;
|
|
|
}
|
|
@@ -313,6 +325,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setBrbajg(String brbajg) {
|
|
|
this.brbajg = brbajg;
|
|
|
}
|
|
|
+
|
|
|
public String getBrbamz() {
|
|
|
return brbamz;
|
|
|
}
|
|
@@ -320,6 +333,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setBrbamz(String brbamz) {
|
|
|
this.brbamz = brbamz;
|
|
|
}
|
|
|
+
|
|
|
public String getBrhyzk() {
|
|
|
return brhyzk;
|
|
|
}
|
|
@@ -327,6 +341,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setBrhyzk(String brhyzk) {
|
|
|
this.brhyzk = brhyzk;
|
|
|
}
|
|
|
+
|
|
|
public String getBrbasf() {
|
|
|
return brbasf;
|
|
|
}
|
|
@@ -334,6 +349,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setBrbasf(String brbasf) {
|
|
|
this.brbasf = brbasf;
|
|
|
}
|
|
|
+
|
|
|
public String getBrsfzh() {
|
|
|
return brsfzh;
|
|
|
}
|
|
@@ -341,6 +357,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setBrsfzh(String brsfzh) {
|
|
|
this.brsfzh = brsfzh;
|
|
|
}
|
|
|
+
|
|
|
public String getBrbagj() {
|
|
|
return brbagj;
|
|
|
}
|
|
@@ -348,6 +365,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setBrbagj(String brbagj) {
|
|
|
this.brbagj = brbagj;
|
|
|
}
|
|
|
+
|
|
|
public String getHkdzqh() {
|
|
|
return hkdzqh;
|
|
|
}
|
|
@@ -355,6 +373,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setHkdzqh(String hkdzqh) {
|
|
|
this.hkdzqh = hkdzqh;
|
|
|
}
|
|
|
+
|
|
|
public String getBrhkdz() {
|
|
|
return brhkdz;
|
|
|
}
|
|
@@ -362,6 +381,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setBrhkdz(String brhkdz) {
|
|
|
this.brhkdz = brhkdz;
|
|
|
}
|
|
|
+
|
|
|
public String getHkdzyb() {
|
|
|
return hkdzyb;
|
|
|
}
|
|
@@ -369,6 +389,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setHkdzyb(String hkdzyb) {
|
|
|
this.hkdzyb = hkdzyb;
|
|
|
}
|
|
|
+
|
|
|
public String getGzdwmc() {
|
|
|
return gzdwmc;
|
|
|
}
|
|
@@ -376,6 +397,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setGzdwmc(String gzdwmc) {
|
|
|
this.gzdwmc = gzdwmc;
|
|
|
}
|
|
|
+
|
|
|
public String getGzdwdh() {
|
|
|
return gzdwdh;
|
|
|
}
|
|
@@ -383,6 +405,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setGzdwdh(String gzdwdh) {
|
|
|
this.gzdwdh = gzdwdh;
|
|
|
}
|
|
|
+
|
|
|
public String getGzdwyb() {
|
|
|
return gzdwyb;
|
|
|
}
|
|
@@ -390,6 +413,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setGzdwyb(String gzdwyb) {
|
|
|
this.gzdwyb = gzdwyb;
|
|
|
}
|
|
|
+
|
|
|
public String getLxdzqh() {
|
|
|
return lxdzqh;
|
|
|
}
|
|
@@ -397,6 +421,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setLxdzqh(String lxdzqh) {
|
|
|
this.lxdzqh = lxdzqh;
|
|
|
}
|
|
|
+
|
|
|
public String getBrlxdz() {
|
|
|
return brlxdz;
|
|
|
}
|
|
@@ -404,6 +429,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setBrlxdz(String brlxdz) {
|
|
|
this.brlxdz = brlxdz;
|
|
|
}
|
|
|
+
|
|
|
public String getBrlxdh() {
|
|
|
return brlxdh;
|
|
|
}
|
|
@@ -411,6 +437,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setBrlxdh(String brlxdh) {
|
|
|
this.brlxdh = brlxdh;
|
|
|
}
|
|
|
+
|
|
|
public String getLxdzyb() {
|
|
|
return lxdzyb;
|
|
|
}
|
|
@@ -418,6 +445,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setLxdzyb(String lxdzyb) {
|
|
|
this.lxdzyb = lxdzyb;
|
|
|
}
|
|
|
+
|
|
|
public Integer getSfzfpb() {
|
|
|
return sfzfpb;
|
|
|
}
|
|
@@ -425,6 +453,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setSfzfpb(Integer sfzfpb) {
|
|
|
this.sfzfpb = sfzfpb;
|
|
|
}
|
|
|
+
|
|
|
public Integer getBaztpb() {
|
|
|
return baztpb;
|
|
|
}
|
|
@@ -432,13 +461,15 @@ public class ArRechome implements Serializable {
|
|
|
public void setBaztpb(Integer baztpb) {
|
|
|
this.baztpb = baztpb;
|
|
|
}
|
|
|
- public LocalDateTime getBalrrq() {
|
|
|
+
|
|
|
+ public Date getBalrrq() {
|
|
|
return balrrq;
|
|
|
}
|
|
|
|
|
|
- public void setBalrrq(LocalDateTime balrrq) {
|
|
|
+ public void setBalrrq(Date balrrq) {
|
|
|
this.balrrq = balrrq;
|
|
|
}
|
|
|
+
|
|
|
public String getLrryid() {
|
|
|
return lrryid;
|
|
|
}
|
|
@@ -446,6 +477,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setLrryid(String lrryid) {
|
|
|
this.lrryid = lrryid;
|
|
|
}
|
|
|
+
|
|
|
public String getXgyhdm() {
|
|
|
return xgyhdm;
|
|
|
}
|
|
@@ -453,13 +485,15 @@ public class ArRechome implements Serializable {
|
|
|
public void setXgyhdm(String xgyhdm) {
|
|
|
this.xgyhdm = xgyhdm;
|
|
|
}
|
|
|
- public LocalDateTime getXgczsj() {
|
|
|
+
|
|
|
+ public Date getXgczsj() {
|
|
|
return xgczsj;
|
|
|
}
|
|
|
|
|
|
- public void setXgczsj(LocalDateTime xgczsj) {
|
|
|
+ public void setXgczsj(Date xgczsj) {
|
|
|
this.xgczsj = xgczsj;
|
|
|
}
|
|
|
+
|
|
|
public String getBrjkkh() {
|
|
|
return brjkkh;
|
|
|
}
|
|
@@ -467,6 +501,7 @@ public class ArRechome implements Serializable {
|
|
|
public void setBrjkkh(String brjkkh) {
|
|
|
this.brjkkh = brjkkh;
|
|
|
}
|
|
|
+
|
|
|
public String getBrbazy() {
|
|
|
return brbazy;
|
|
|
}
|
|
@@ -478,41 +513,41 @@ public class ArRechome implements Serializable {
|
|
|
@Override
|
|
|
public String toString() {
|
|
|
return "ArRechome{" +
|
|
|
- "basyid=" + basyid +
|
|
|
- ", brbabh=" + brbabh +
|
|
|
- ", ylfklb=" + ylfklb +
|
|
|
- ", brbaxm=" + brbaxm +
|
|
|
- ", brbaxb=" + brbaxb +
|
|
|
- ", brcsrq=" + brcsrq +
|
|
|
- ", brcsdz=" + brcsdz +
|
|
|
- ", brdqnl=" + brdqnl +
|
|
|
- ", brnldw=" + brnldw +
|
|
|
- ", brbaxx=" + brbaxx +
|
|
|
- ", brbarh=" + brbarh +
|
|
|
- ", brbajg=" + brbajg +
|
|
|
- ", brbamz=" + brbamz +
|
|
|
- ", brhyzk=" + brhyzk +
|
|
|
- ", brbasf=" + brbasf +
|
|
|
- ", brsfzh=" + brsfzh +
|
|
|
- ", brbagj=" + brbagj +
|
|
|
- ", hkdzqh=" + hkdzqh +
|
|
|
- ", brhkdz=" + brhkdz +
|
|
|
- ", hkdzyb=" + hkdzyb +
|
|
|
- ", gzdwmc=" + gzdwmc +
|
|
|
- ", gzdwdh=" + gzdwdh +
|
|
|
- ", gzdwyb=" + gzdwyb +
|
|
|
- ", lxdzqh=" + lxdzqh +
|
|
|
- ", brlxdz=" + brlxdz +
|
|
|
- ", brlxdh=" + brlxdh +
|
|
|
- ", lxdzyb=" + lxdzyb +
|
|
|
- ", sfzfpb=" + sfzfpb +
|
|
|
- ", baztpb=" + baztpb +
|
|
|
- ", balrrq=" + balrrq +
|
|
|
- ", lrryid=" + lrryid +
|
|
|
- ", xgyhdm=" + xgyhdm +
|
|
|
- ", xgczsj=" + xgczsj +
|
|
|
- ", brjkkh=" + brjkkh +
|
|
|
- ", brbazy=" + brbazy +
|
|
|
- "}";
|
|
|
+ "basyid=" + basyid +
|
|
|
+ ", brbabh=" + brbabh +
|
|
|
+ ", ylfklb=" + ylfklb +
|
|
|
+ ", brbaxm=" + brbaxm +
|
|
|
+ ", brbaxb=" + brbaxb +
|
|
|
+ ", brcsrq=" + brcsrq +
|
|
|
+ ", brcsdz=" + brcsdz +
|
|
|
+ ", brdqnl=" + brdqnl +
|
|
|
+ ", brnldw=" + brnldw +
|
|
|
+ ", brbaxx=" + brbaxx +
|
|
|
+ ", brbarh=" + brbarh +
|
|
|
+ ", brbajg=" + brbajg +
|
|
|
+ ", brbamz=" + brbamz +
|
|
|
+ ", brhyzk=" + brhyzk +
|
|
|
+ ", brbasf=" + brbasf +
|
|
|
+ ", brsfzh=" + brsfzh +
|
|
|
+ ", brbagj=" + brbagj +
|
|
|
+ ", hkdzqh=" + hkdzqh +
|
|
|
+ ", brhkdz=" + brhkdz +
|
|
|
+ ", hkdzyb=" + hkdzyb +
|
|
|
+ ", gzdwmc=" + gzdwmc +
|
|
|
+ ", gzdwdh=" + gzdwdh +
|
|
|
+ ", gzdwyb=" + gzdwyb +
|
|
|
+ ", lxdzqh=" + lxdzqh +
|
|
|
+ ", brlxdz=" + brlxdz +
|
|
|
+ ", brlxdh=" + brlxdh +
|
|
|
+ ", lxdzyb=" + lxdzyb +
|
|
|
+ ", sfzfpb=" + sfzfpb +
|
|
|
+ ", baztpb=" + baztpb +
|
|
|
+ ", balrrq=" + balrrq +
|
|
|
+ ", lrryid=" + lrryid +
|
|
|
+ ", xgyhdm=" + xgyhdm +
|
|
|
+ ", xgczsj=" + xgczsj +
|
|
|
+ ", brjkkh=" + brjkkh +
|
|
|
+ ", brbazy=" + brbazy +
|
|
|
+ "}";
|
|
|
}
|
|
|
}
|