Browse Source

问卷

master
wxd 1 year ago
parent
commit
0b1100de7e
  1. 24
      src/Shentun.Peis.Application.Contracts/ThirdPartyPublicInterfaces/GetPatientRegisterListByIdNoDto.cs

24
src/Shentun.Peis.Application.Contracts/ThirdPartyPublicInterfaces/GetPatientRegisterListByIdNoDto.cs

@ -0,0 +1,24 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Shentun.Peis.ThirdPartyPublicInterfaces
{
public class GetPatientRegisterListByIdNoDto
{
/// <summary>
/// 体检编号
/// </summary>
public string PatientRegisterNo { get; set; }
/// <summary>
/// 姓名
/// </summary>
public string PatientName { get; set; }
/// <summary>
/// 体检日期 年月日
/// </summary>
public string MedicalStartDate { get; set; }
}
}
Loading…
Cancel
Save