namespace Sanhe.Abp.MenuManagement { public static class MenuGrantConsts { public const int MaxProviderNameLength = 64; public const int MaxProviderKeyLength = 64; } public static class MenuConsts { public const int MaxProviderNameLength = 64; public const int MaxProviderKeyLength = 64; } }