update:部分枚举添加描述
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Ewide.Core
|
||||
/// <summary>
|
||||
/// 账号类型
|
||||
/// </summary>
|
||||
[Description("账号类型")]
|
||||
public enum AdminType
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -5,6 +5,7 @@ namespace Ewide.Core
|
||||
/// <summary>
|
||||
/// 公共状态
|
||||
/// </summary>
|
||||
[Description("公共状态")]
|
||||
public enum CommonStatus
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace Ewide.Core
|
||||
{
|
||||
[Description("数据范围")]
|
||||
public enum DataScopeType
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using Furion.FriendlyException;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace Ewide.Core
|
||||
{
|
||||
@@ -6,6 +7,7 @@ namespace Ewide.Core
|
||||
/// 系统错误码
|
||||
/// </summary>
|
||||
[ErrorCodeType]
|
||||
[Description("系统错误码")]
|
||||
public enum ErrorCode
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -5,6 +5,7 @@ namespace Ewide.Core
|
||||
/// <summary>
|
||||
/// 文件存储位置
|
||||
/// </summary>
|
||||
[Description("文件存储位置")]
|
||||
public enum FileLocation
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -5,6 +5,7 @@ namespace Ewide.Core
|
||||
/// <summary>
|
||||
/// 性别
|
||||
/// </summary>
|
||||
[Description("性别")]
|
||||
public enum Gender
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user