// // // using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ERP.Core.Constant { public class CoreConstant { /// /// 菜单组件Layout /// public const string LAYOUT = "Layout"; /// /// 菜单组件ParentView /// public const string PARENT_VIEW = "ParentView"; } }