17 lines
346 B
C#
17 lines
346 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace Vistar.Application.Const
|
|||
|
{
|
|||
|
public class ApplicationConst
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// API分组名称
|
|||
|
/// </summary>
|
|||
|
public const string GroupName = "Manage数据集成平台";
|
|||
|
}
|
|||
|
}
|