liusheng
2025-09-29 2baa05224b72fbae849678e338bbc85506a9cfe6
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;
}