You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
546 B
18 lines
546 B
namespace Win_in.Sfs.Shared.Application.Contracts;
|
|
|
|
public static class SwaggerGroupConsts
|
|
{
|
|
public const string Inventory = "Inventory";
|
|
public const string Job = "Job";
|
|
public const string Store = "Store";
|
|
public const string Default = "AbpDefault";
|
|
}
|
|
|
|
public static class SwaggerGroupCoreConsts
|
|
{
|
|
public const string Default = "AbpDefault";
|
|
public const string Label = "Label";
|
|
public const string Message = "Message";
|
|
public const string FileStorage = "FileStorage";
|
|
public const string Print = "Print";
|
|
}
|
|
|