namespace HStation.Dto { /// /// /// public class AddTransferFileUserInput { /// /// 名称 /// [Required] public string Name { get; set; } /// /// 说明 /// public string Description { get; set; } } }