Bladeren bron

病历编辑管理初始化

gaodm 5 jaren geleden
bovenliggende
commit
e148207ea4

+ 83 - 48
mrman-service/src/main/java/com/diagbot/entity/ArRechome.java

@@ -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 +
+                "}";
     }
 }

+ 48 - 29
mrman-service/src/main/java/com/diagbot/entity/BrRecinhos.java

@@ -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>
@@ -83,7 +84,7 @@ public class BrRecinhos implements Serializable {
      * 病人入院日期BRRYRQ
      */
     @TableField("BRRYRQ")
-    private LocalDateTime brryrq;
+    private Date brryrq;
 
     /**
      * 出院科室编码CYKSID
@@ -113,7 +114,7 @@ public class BrRecinhos implements Serializable {
      * 病人出院日期BRCYRQ
      */
     @TableField("BRCYRQ")
-    private LocalDateTime brcyrq;
+    private Date brcyrq;
 
     /**
      * 自动出院判别ZDCYPB
@@ -140,6 +141,7 @@ public class BrRecinhos implements Serializable {
     public void setBasyid(Long basyid) {
         this.basyid = basyid;
     }
+
     public String getBrzyid() {
         return brzyid;
     }
@@ -147,6 +149,7 @@ public class BrRecinhos implements Serializable {
     public void setBrzyid(String brzyid) {
         this.brzyid = brzyid;
     }
+
     public String getZzjgdm() {
         return zzjgdm;
     }
@@ -154,6 +157,7 @@ public class BrRecinhos implements Serializable {
     public void setZzjgdm(String zzjgdm) {
         this.zzjgdm = zzjgdm;
     }
+
     public Integer getBrzycs() {
         return brzycs;
     }
@@ -161,6 +165,7 @@ public class BrRecinhos implements Serializable {
     public void setBrzycs(Integer brzycs) {
         this.brzycs = brzycs;
     }
+
     public String getRyqkdm() {
         return ryqkdm;
     }
@@ -168,6 +173,7 @@ public class BrRecinhos implements Serializable {
     public void setRyqkdm(String ryqkdm) {
         this.ryqkdm = ryqkdm;
     }
+
     public String getRylydm() {
         return rylydm;
     }
@@ -175,6 +181,7 @@ public class BrRecinhos implements Serializable {
     public void setRylydm(String rylydm) {
         this.rylydm = rylydm;
     }
+
     public String getRyksid() {
         return ryksid;
     }
@@ -182,6 +189,7 @@ public class BrRecinhos implements Serializable {
     public void setRyksid(String ryksid) {
         this.ryksid = ryksid;
     }
+
     public String getRybqid() {
         return rybqid;
     }
@@ -189,6 +197,7 @@ public class BrRecinhos implements Serializable {
     public void setRybqid(String rybqid) {
         this.rybqid = rybqid;
     }
+
     public String getRycwid() {
         return rycwid;
     }
@@ -196,6 +205,7 @@ public class BrRecinhos implements Serializable {
     public void setRycwid(String rycwid) {
         this.rycwid = rycwid;
     }
+
     public String getRycwhm() {
         return rycwhm;
     }
@@ -203,13 +213,15 @@ public class BrRecinhos implements Serializable {
     public void setRycwhm(String rycwhm) {
         this.rycwhm = rycwhm;
     }
-    public LocalDateTime getBrryrq() {
+
+    public Date getBrryrq() {
         return brryrq;
     }
 
-    public void setBrryrq(LocalDateTime brryrq) {
+    public void setBrryrq(Date brryrq) {
         this.brryrq = brryrq;
     }
+
     public String getCyksid() {
         return cyksid;
     }
@@ -217,6 +229,7 @@ public class BrRecinhos implements Serializable {
     public void setCyksid(String cyksid) {
         this.cyksid = cyksid;
     }
+
     public String getCybqid() {
         return cybqid;
     }
@@ -224,6 +237,7 @@ public class BrRecinhos implements Serializable {
     public void setCybqid(String cybqid) {
         this.cybqid = cybqid;
     }
+
     public String getCycwid() {
         return cycwid;
     }
@@ -231,6 +245,7 @@ public class BrRecinhos implements Serializable {
     public void setCycwid(String cycwid) {
         this.cycwid = cycwid;
     }
+
     public String getCycwhm() {
         return cycwhm;
     }
@@ -238,13 +253,15 @@ public class BrRecinhos implements Serializable {
     public void setCycwhm(String cycwhm) {
         this.cycwhm = cycwhm;
     }
-    public LocalDateTime getBrcyrq() {
+
+    public Date getBrcyrq() {
         return brcyrq;
     }
 
-    public void setBrcyrq(LocalDateTime brcyrq) {
+    public void setBrcyrq(Date brcyrq) {
         this.brcyrq = brcyrq;
     }
+
     public Integer getZdcypb() {
         return zdcypb;
     }
@@ -252,6 +269,7 @@ public class BrRecinhos implements Serializable {
     public void setZdcypb(Integer zdcypb) {
         this.zdcypb = zdcypb;
     }
+
     public Integer getSjzyts() {
         return sjzyts;
     }
@@ -259,6 +277,7 @@ public class BrRecinhos implements Serializable {
     public void setSjzyts(Integer sjzyts) {
         this.sjzyts = sjzyts;
     }
+
     public String getCyqkdm() {
         return cyqkdm;
     }
@@ -270,25 +289,25 @@ public class BrRecinhos implements Serializable {
     @Override
     public String toString() {
         return "BrRecinhos{" +
-            "basyid=" + basyid +
-            ", brzyid=" + brzyid +
-            ", zzjgdm=" + zzjgdm +
-            ", brzycs=" + brzycs +
-            ", ryqkdm=" + ryqkdm +
-            ", rylydm=" + rylydm +
-            ", ryksid=" + ryksid +
-            ", rybqid=" + rybqid +
-            ", rycwid=" + rycwid +
-            ", rycwhm=" + rycwhm +
-            ", brryrq=" + brryrq +
-            ", cyksid=" + cyksid +
-            ", cybqid=" + cybqid +
-            ", cycwid=" + cycwid +
-            ", cycwhm=" + cycwhm +
-            ", brcyrq=" + brcyrq +
-            ", zdcypb=" + zdcypb +
-            ", sjzyts=" + sjzyts +
-            ", cyqkdm=" + cyqkdm +
-        "}";
+                "basyid=" + basyid +
+                ", brzyid=" + brzyid +
+                ", zzjgdm=" + zzjgdm +
+                ", brzycs=" + brzycs +
+                ", ryqkdm=" + ryqkdm +
+                ", rylydm=" + rylydm +
+                ", ryksid=" + ryksid +
+                ", rybqid=" + rybqid +
+                ", rycwid=" + rycwid +
+                ", rycwhm=" + rycwhm +
+                ", brryrq=" + brryrq +
+                ", cyksid=" + cyksid +
+                ", cybqid=" + cybqid +
+                ", cycwid=" + cycwid +
+                ", cycwhm=" + cycwhm +
+                ", brcyrq=" + brcyrq +
+                ", zdcypb=" + zdcypb +
+                ", sjzyts=" + sjzyts +
+                ", cyqkdm=" + cyqkdm +
+                "}";
     }
 }

+ 41 - 26
mrman-service/src/main/java/com/diagbot/entity/MrMedicalrecords.java

@@ -1,14 +1,15 @@
 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>
- * 
+ *
  * </p>
  *
  * @author gaodm
@@ -53,13 +54,13 @@ public class MrMedicalrecords implements Serializable {
     private String cjyhdm;
 
     @TableField("CJCZSJ")
-    private LocalDateTime cjczsj;
+    private Date cjczsj;
 
     @TableField("XGYHDM")
     private String xgyhdm;
 
     @TableField("XGCZSJ")
-    private LocalDateTime xgczsj;
+    private Date xgczsj;
 
     @TableField("BLZCBZ")
     private Integer blzcbz;
@@ -71,6 +72,7 @@ public class MrMedicalrecords implements Serializable {
     public void setBljlid(String bljlid) {
         this.bljlid = bljlid;
     }
+
     public String getBlcjid() {
         return blcjid;
     }
@@ -78,6 +80,7 @@ public class MrMedicalrecords implements Serializable {
     public void setBlcjid(String blcjid) {
         this.blcjid = blcjid;
     }
+
     public String getZzjgdm() {
         return zzjgdm;
     }
@@ -85,6 +88,7 @@ public class MrMedicalrecords implements Serializable {
     public void setZzjgdm(String zzjgdm) {
         this.zzjgdm = zzjgdm;
     }
+
     public String getBrzyid() {
         return brzyid;
     }
@@ -92,6 +96,7 @@ public class MrMedicalrecords implements Serializable {
     public void setBrzyid(String brzyid) {
         this.brzyid = brzyid;
     }
+
     public String getMqzyid() {
         return mqzyid;
     }
@@ -99,6 +104,7 @@ public class MrMedicalrecords implements Serializable {
     public void setMqzyid(String mqzyid) {
         this.mqzyid = mqzyid;
     }
+
     public String getBllbid() {
         return bllbid;
     }
@@ -106,6 +112,7 @@ public class MrMedicalrecords implements Serializable {
     public void setBllbid(String bllbid) {
         this.bllbid = bllbid;
     }
+
     public String getBlmbid() {
         return blmbid;
     }
@@ -113,6 +120,7 @@ public class MrMedicalrecords implements Serializable {
     public void setBlmbid(String blmbid) {
         this.blmbid = blmbid;
     }
+
     public String getBcjlsj() {
         return bcjlsj;
     }
@@ -120,6 +128,7 @@ public class MrMedicalrecords implements Serializable {
     public void setBcjlsj(String bcjlsj) {
         this.bcjlsj = bcjlsj;
     }
+
     public String getBljlmc() {
         return bljlmc;
     }
@@ -127,6 +136,7 @@ public class MrMedicalrecords implements Serializable {
     public void setBljlmc(String bljlmc) {
         this.bljlmc = bljlmc;
     }
+
     public Integer getSfzfpb() {
         return sfzfpb;
     }
@@ -134,6 +144,7 @@ public class MrMedicalrecords implements Serializable {
     public void setSfzfpb(Integer sfzfpb) {
         this.sfzfpb = sfzfpb;
     }
+
     public String getCjyhdm() {
         return cjyhdm;
     }
@@ -141,13 +152,15 @@ public class MrMedicalrecords implements Serializable {
     public void setCjyhdm(String cjyhdm) {
         this.cjyhdm = cjyhdm;
     }
-    public LocalDateTime getCjczsj() {
+
+    public Date getCjczsj() {
         return cjczsj;
     }
 
-    public void setCjczsj(LocalDateTime cjczsj) {
+    public void setCjczsj(Date cjczsj) {
         this.cjczsj = cjczsj;
     }
+
     public String getXgyhdm() {
         return xgyhdm;
     }
@@ -155,13 +168,15 @@ public class MrMedicalrecords 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 Integer getBlzcbz() {
         return blzcbz;
     }
@@ -173,21 +188,21 @@ public class MrMedicalrecords implements Serializable {
     @Override
     public String toString() {
         return "MrMedicalrecords{" +
-            "bljlid=" + bljlid +
-            ", blcjid=" + blcjid +
-            ", zzjgdm=" + zzjgdm +
-            ", brzyid=" + brzyid +
-            ", mqzyid=" + mqzyid +
-            ", bllbid=" + bllbid +
-            ", blmbid=" + blmbid +
-            ", bcjlsj=" + bcjlsj +
-            ", bljlmc=" + bljlmc +
-            ", sfzfpb=" + sfzfpb +
-            ", cjyhdm=" + cjyhdm +
-            ", cjczsj=" + cjczsj +
-            ", xgyhdm=" + xgyhdm +
-            ", xgczsj=" + xgczsj +
-            ", blzcbz=" + blzcbz +
-        "}";
+                "bljlid=" + bljlid +
+                ", blcjid=" + blcjid +
+                ", zzjgdm=" + zzjgdm +
+                ", brzyid=" + brzyid +
+                ", mqzyid=" + mqzyid +
+                ", bllbid=" + bllbid +
+                ", blmbid=" + blmbid +
+                ", bcjlsj=" + bcjlsj +
+                ", bljlmc=" + bljlmc +
+                ", sfzfpb=" + sfzfpb +
+                ", cjyhdm=" + cjyhdm +
+                ", cjczsj=" + cjczsj +
+                ", xgyhdm=" + xgyhdm +
+                ", xgczsj=" + xgczsj +
+                ", blzcbz=" + blzcbz +
+                "}";
     }
 }

+ 13 - 0
mrman-service/src/main/java/com/diagbot/facade/MrMrcontentFacade.java

@@ -0,0 +1,13 @@
+package com.diagbot.facade;
+
+import com.diagbot.service.impl.MrMrcontentServiceImpl;
+import org.springframework.stereotype.Component;
+
+/**
+ * @Description:
+ * @author: gaodm
+ * @time: 2020/1/17 15:38
+ */
+@Component
+public class MrMrcontentFacade extends MrMrcontentServiceImpl {
+}

+ 12 - 0
mrman-service/src/main/java/com/diagbot/web/ArRechomeController.java

@@ -4,7 +4,9 @@ package com.diagbot.web;
 import com.diagbot.annotation.SysLogger;
 import com.diagbot.dto.RespDTO;
 import com.diagbot.entity.ArRechome;
+import com.diagbot.entity.MrMrcontent;
 import com.diagbot.facade.ArRechomeFacade;
+import com.diagbot.facade.MrMrcontentFacade;
 import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;
 import org.springframework.beans.factory.annotation.Autowired;
@@ -29,6 +31,8 @@ import java.util.List;
 public class ArRechomeController {
     @Autowired
     private ArRechomeFacade arRechomeFacade;
+    @Autowired
+    private MrMrcontentFacade mrMrcontentFacade;
 
     @ApiOperation(value = "获取全部[by:gaodm]",
             notes = "获取全部")
@@ -37,4 +41,12 @@ public class ArRechomeController {
     public RespDTO<List<ArRechome>> getAll() {
         return RespDTO.onSuc(arRechomeFacade.list());
     }
+
+    @ApiOperation(value = "获取全部2[by:gaodm]",
+            notes = "获取全部2")
+    @PostMapping("/getAll2")
+    @SysLogger("getAll2")
+    public RespDTO<List<MrMrcontent>> getAll2() {
+        return RespDTO.onSuc(mrMrcontentFacade.list());
+    }
 }