12 lines
236 B
C#
Raw Normal View History

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