Browse Source

pacs接口增加价格

master
wxd 1 year ago
parent
commit
83f42f6d5a
  1. 10
      src/Shentun.Peis.Application.Contracts/ThirdPartyPublicInterfaces/PatientPacsInfoDto.cs

10
src/Shentun.Peis.Application.Contracts/ThirdPartyPublicInterfaces/PatientPacsInfoDto.cs

@ -48,6 +48,16 @@ namespace Shentun.Peis.ThirdPartyPublicInterfaces
/// 科室名称
/// </summary>
public string ksmc { get; set; }
/// <summary>
/// 单价
/// </summary>
public decimal dj { get; set; }
/// <summary>
/// 实收价格
/// </summary>
public decimal ssjg { get; set; }
}
public class PatientPacsInfo_PatientInfoDto

Loading…
Cancel
Save