namespace HStation.Dto.Xhs { /// /// /// public class UpdateDescriptionInput : IDInput { /// /// /// [Required] public string Description { get; set; } } }