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