using System; using System.Collections.Generic; using System.Text; namespace Shentun.Peis.Patients { public class PatientIdInputDto { public Guid PatientId { get; set; } } }