Commit c26fc4e8 authored by gdlcf88's avatar gdlcf88

Change GroupNames

parent 21257fa6
...@@ -4,7 +4,7 @@ namespace EasyAbp.EShop.Baskets.Authorization ...@@ -4,7 +4,7 @@ namespace EasyAbp.EShop.Baskets.Authorization
{ {
public class BasketsPermissions public class BasketsPermissions
{ {
public const string GroupName = "Baskets"; public const string GroupName = "EasyAbp.EShop.Baskets";
public static string[] GetAll() public static string[] GetAll()
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{ {
public static class BasketsSettings public static class BasketsSettings
{ {
public const string GroupName = "Baskets"; public const string GroupName = "EasyAbp.EShop.Baskets";
/* Add constants for setting names. Example: /* Add constants for setting names. Example:
* public const string MySettingName = GroupName + ".MySettingName"; * public const string MySettingName = GroupName + ".MySettingName";
......
...@@ -4,7 +4,7 @@ namespace EasyAbp.EShop.Orders.Authorization ...@@ -4,7 +4,7 @@ namespace EasyAbp.EShop.Orders.Authorization
{ {
public class OrdersPermissions public class OrdersPermissions
{ {
public const string GroupName = "Orders"; public const string GroupName = "EasyAbp.EShop.Orders";
public static string[] GetAll() public static string[] GetAll()
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{ {
public static class OrdersSettings public static class OrdersSettings
{ {
public const string GroupName = "Orders"; public const string GroupName = "EasyAbp.EShop.Orders";
/* Add constants for setting names. Example: /* Add constants for setting names. Example:
* public const string MySettingName = GroupName + ".MySettingName"; * public const string MySettingName = GroupName + ".MySettingName";
......
...@@ -4,7 +4,7 @@ namespace EasyAbp.EShop.Payment.WeChatPay.Authorization ...@@ -4,7 +4,7 @@ namespace EasyAbp.EShop.Payment.WeChatPay.Authorization
{ {
public class WeChatPayPermissions public class WeChatPayPermissions
{ {
public const string GroupName = "WeChatPay"; public const string GroupName = "EasyAbp.EShop.WeChatPay";
public static string[] GetAll() public static string[] GetAll()
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{ {
public static class WeChatPaySettings public static class WeChatPaySettings
{ {
public const string GroupName = "WeChatPay"; public const string GroupName = "EasyAbp.EShop.WeChatPay";
/* Add constants for setting names. Example: /* Add constants for setting names. Example:
* public const string MySettingName = GroupName + ".MySettingName"; * public const string MySettingName = GroupName + ".MySettingName";
......
...@@ -4,7 +4,7 @@ namespace EasyAbp.EShop.Payment.Authorization ...@@ -4,7 +4,7 @@ namespace EasyAbp.EShop.Payment.Authorization
{ {
public class PaymentPermissions public class PaymentPermissions
{ {
public const string GroupName = "Payment"; public const string GroupName = "EasyAbp.EShop.Payment";
public static string[] GetAll() public static string[] GetAll()
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{ {
public static class PaymentSettings public static class PaymentSettings
{ {
public const string GroupName = "Payment"; public const string GroupName = "EasyAbp.EShop.Payment";
/* Add constants for setting names. Example: /* Add constants for setting names. Example:
* public const string MySettingName = GroupName + ".MySettingName"; * public const string MySettingName = GroupName + ".MySettingName";
......
...@@ -4,7 +4,7 @@ namespace EasyAbp.EShop.Products.Authorization ...@@ -4,7 +4,7 @@ namespace EasyAbp.EShop.Products.Authorization
{ {
public class ProductsPermissions public class ProductsPermissions
{ {
public const string GroupName = "Products"; public const string GroupName = "EasyAbp.EShop.Products";
public class ProductTypes public class ProductTypes
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{ {
public static class ProductsSettings public static class ProductsSettings
{ {
public const string GroupName = "Products"; public const string GroupName = "EasyAbp.EShop.Products";
/* Add constants for setting names. Example: /* Add constants for setting names. Example:
* public const string MySettingName = GroupName + ".MySettingName"; * public const string MySettingName = GroupName + ".MySettingName";
......
...@@ -4,7 +4,7 @@ namespace EasyAbp.EShop.Stores.Authorization ...@@ -4,7 +4,7 @@ namespace EasyAbp.EShop.Stores.Authorization
{ {
public class StoresPermissions public class StoresPermissions
{ {
public const string GroupName = "Stores"; public const string GroupName = "EasyAbp.EShop.Stores";
public static string[] GetAll() public static string[] GetAll()
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{ {
public static class StoresSettings public static class StoresSettings
{ {
public const string GroupName = "Stores"; public const string GroupName = "EasyAbp.EShop.Stores";
/* Add constants for setting names. Example: /* Add constants for setting names. Example:
* public const string MySettingName = GroupName + ".MySettingName"; * public const string MySettingName = GroupName + ".MySettingName";
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{ {
public static class EasyMallPermissions public static class EasyMallPermissions
{ {
public const string GroupName = "EasyMall"; public const string GroupName = "EasyAbp.EShop.EasyMall";
//Add your own permission names. Example: //Add your own permission names. Example:
//public const string MyPermission1 = GroupName + ".MyPermission1"; //public const string MyPermission1 = GroupName + ".MyPermission1";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment