8 lines
152 B
C#

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