namespace HStation.Dto { /// /// /// public class ActiveTransferFileUserInput { /// /// 名称 /// [Required] public string Name { get; set; } } }