liusheng
2025-09-25 ae8dfb86654fd98592e57bbfe820b7c2275ce8a5
smartor/src/main/java/com/smartor/domain/ExternalInHospPatientInfo.java
@@ -182,4 +182,10 @@
    @ApiModelProperty(value = "联系人信息")
    List<ExternalInHospPatientLiaisonInfo> externalInHospPatientLiaisonInfos;
    @ApiModelProperty(value = "经管医生ID")
    private String JingGuanYSID;
    @ApiModelProperty(value = "经管医生姓名")
    private String JingGuanYSXM;
}