@ -4,7 +4,7 @@ namespace EasyAbp.EShop.Baskets.Authorization
{
public class BasketsPermissions
public const string GroupName = "Baskets";
public const string GroupName = "EasyAbp.EShop.Baskets";
public static string[] GetAll()
@ -2,7 +2,7 @@
public static class BasketsSettings
/* Add constants for setting names. Example:
* public const string MySettingName = GroupName + ".MySettingName";
@ -4,7 +4,7 @@ namespace EasyAbp.EShop.Orders.Authorization
public class OrdersPermissions
public const string GroupName = "Orders";
public const string GroupName = "EasyAbp.EShop.Orders";
public static class OrdersSettings
@ -4,7 +4,7 @@ namespace EasyAbp.EShop.Payment.WeChatPay.Authorization
public class WeChatPayPermissions
public const string GroupName = "WeChatPay";
public const string GroupName = "EasyAbp.EShop.WeChatPay";
public static class WeChatPaySettings
@ -4,7 +4,7 @@ namespace EasyAbp.EShop.Payment.Authorization
public class PaymentPermissions
public const string GroupName = "Payment";
public const string GroupName = "EasyAbp.EShop.Payment";
public static class PaymentSettings
@ -4,7 +4,7 @@ namespace EasyAbp.EShop.Products.Authorization
public class ProductsPermissions
public const string GroupName = "Products";
public const string GroupName = "EasyAbp.EShop.Products";
public class ProductTypes
public static class ProductsSettings
@ -4,7 +4,7 @@ namespace EasyAbp.EShop.Stores.Authorization
public class StoresPermissions
public const string GroupName = "Stores";
public const string GroupName = "EasyAbp.EShop.Stores";
public static class StoresSettings
public static class EasyMallPermissions
public const string GroupName = "EasyMall";
public const string GroupName = "EasyAbp.EShop.EasyMall";
//Add your own permission names. Example:
//public const string MyPermission1 = GroupName + ".MyPermission1";