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.
12 lines
247 B
12 lines
247 B
namespace Admin.NET.Application.Const;
|
|
|
|
/// <summary>
|
|
/// 业务应用相关常量
|
|
/// </summary>
|
|
public class ApplicationConst
|
|
{
|
|
/// <summary>
|
|
/// API分组名称
|
|
/// </summary>
|
|
public const string GroupName = "业务应用";
|
|
}
|