diff --git a/src/Shentun.Peis.Application.Contracts/ThirdPartyPublicInterfaces/PatientPacsInfoDto.cs b/src/Shentun.Peis.Application.Contracts/ThirdPartyPublicInterfaces/PatientPacsInfoDto.cs index 4ca87a8..22c2fda 100644 --- a/src/Shentun.Peis.Application.Contracts/ThirdPartyPublicInterfaces/PatientPacsInfoDto.cs +++ b/src/Shentun.Peis.Application.Contracts/ThirdPartyPublicInterfaces/PatientPacsInfoDto.cs @@ -48,6 +48,16 @@ namespace Shentun.Peis.ThirdPartyPublicInterfaces /// 科室名称 /// public string ksmc { get; set; } + + /// + /// 单价 + /// + public decimal dj { get; set; } + + /// + /// 实收价格 + /// + public decimal ssjg { get; set; } } public class PatientPacsInfo_PatientInfoDto