12 lines
236 B
C#

namespace JiShe.CollectBusEPO.HttpApi.Host.Swaggers
{
public class SwaggerConfig
{
public string GroupName { get; set; }
public string Title { get; set; }
public string Version { get; set; }
}
}