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