using System; using System.Collections.Generic; using System.Text; namespace Shentun.WebPeis.AppointPatientRegisters { public class AppointPatientRegisterIdInputDto { public Guid AppointPatientRegisterId { get; set; } } }