namespace DS.WMS.PrintApi.Model { /// /// /// public class FileDownLoadRes { public string FileName { get; set; } public string FilePath { get; set; } } }