|
|
@@ -1,11 +1,11 @@ |
|
|
|
using System.ComponentModel; |
|
|
|
|
|
|
|
namespace BPA.Common.Eums |
|
|
|
namespace BPA.Common.Eums.Common |
|
|
|
{ |
|
|
|
/// <summary> |
|
|
|
/// 公共状态 |
|
|
|
/// </summary> |
|
|
|
public enum CommonStatus |
|
|
|
public enum EnumCommonStatus |
|
|
|
{ |
|
|
|
/// <summary> |
|
|
|
/// 正常 |
|
|
@@ -25,7 +25,7 @@ namespace BPA.Common.Eums |
|
|
|
[Description("删除")] |
|
|
|
DELETED = 2 |
|
|
|
} |
|
|
|
public enum MenuTypeEnums |
|
|
|
public enum EnumMenuTypeEnums |
|
|
|
{ |
|
|
|
/// <summary> |
|
|
|
/// 数据操作类型 |
|
|
@@ -39,7 +39,7 @@ namespace BPA.Common.Eums |
|
|
|
/// <summary> |
|
|
|
/// 账号类型 |
|
|
|
/// </summary> |
|
|
|
public enum AdminEnums |
|
|
|
public enum EnumAdminEnums |
|
|
|
{ |
|
|
|
/// <summary> |
|
|
|
/// 超级管理员 |
|
|
@@ -62,7 +62,7 @@ namespace BPA.Common.Eums |
|
|
|
/// <summary> |
|
|
|
/// 会员平台 |
|
|
|
/// </summary> |
|
|
|
public enum PlatformType |
|
|
|
public enum EnumPlatformType |
|
|
|
{ |
|
|
|
/// <summary> |
|
|
|
/// 默认 |