|
|
|
@ -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 |
|
|
|
|