namespace LINGYUN.ApiGateway.Models { public class DownstreamOpenApi { public string Name { get; set; } public string EndPoint { get; set; } } }