8 lines
152 B
C#
Raw Normal View History

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