using System; using System.Collections.Generic; using System.Text; namespace Shentun.Pacs.PacsBusiness { public class GetPreviousCheckResultInputDto { /// /// 检查id /// public Guid RegisterCheckId { get; set; } } }