diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/resp/PcTDoctorQueryByPageResp.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/resp/PcTDoctorQueryByPageResp.java index c98764c..6d1a329 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/resp/PcTDoctorQueryByPageResp.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/resp/PcTDoctorQueryByPageResp.java @@ -76,6 +76,10 @@ public class PcTDoctorQueryByPageResp { @ApiModelProperty("医院id") private Long hospitalId; + /** 医院 */ + @ApiModelProperty("医院名称") + private String hospitalName; + /** 删除标志(0代表存在 2代表删除) */ @ApiModelProperty("删除标志(0代表存在 2代表删除) ") private String delFlag; @@ -105,6 +109,14 @@ public class PcTDoctorQueryByPageResp { @Excel(name = "诊断次数") private int countRecords; + public String getHospitalName() { + return hospitalName; + } + + public void setHospitalName(String hospitalName) { + this.hospitalName = hospitalName; + } + public int getCountRecords() { return countRecords; } diff --git a/ruoyi-system/src/main/resources/mapper/system/TDoctorMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TDoctorMapper.xml index 57c9816..7e74392 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TDoctorMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TDoctorMapper.xml @@ -147,30 +147,33 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"