12 lines
225 B
C#
12 lines
225 B
C#
namespace JiShe.CollectBus.Host.Swaggers
|
|
{
|
|
public class SwaggerConfig
|
|
{
|
|
public string GroupName { get; set; }
|
|
|
|
public string Title { get; set; }
|
|
|
|
public string Version { get; set; }
|
|
}
|
|
}
|