namespace JiShe.CollectBusEPO.Files; public class FileUploadOutputDto { public string Name { get; set; } public string Path { get; set; } }