namespace CMS.Plugin.HIAWms.Abstractions
{
///
/// 功能定义.
///
public class CMSPluginHIAWmsFeatures
{
///
/// The prefix
///
private const string Prefix = "LMES";
///
/// GroupName
///
public const string GroupName = Prefix + ".HIAWms";
///
/// 是否开启
///
public const string Enable = GroupName + ".Enable";
}
}