namespace HStation.Dto.TransferFile { /// /// /// public class FileCodeInput { /// /// /// [Required] public string FileCode { get; set; } } }