From 83f42f6d5ab0c4731e592a5faddd077825f335ff Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Thu, 25 Jul 2024 09:43:12 +0800 Subject: [PATCH] =?UTF-8?q?pacs=E6=8E=A5=E5=8F=A3=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=BB=B7=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ThirdPartyPublicInterfaces/PatientPacsInfoDto.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) 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