update:部分枚举添加描述

This commit is contained in:
2021-07-14 11:57:10 +08:00
parent 035ed0ad8a
commit 3b41cbe89f
6 changed files with 7 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ namespace Ewide.Core
/// <summary>
/// 账号类型
/// </summary>
[Description("账号类型")]
public enum AdminType
{
/// <summary>

View File

@@ -5,6 +5,7 @@ namespace Ewide.Core
/// <summary>
/// 公共状态
/// </summary>
[Description("公共状态")]
public enum CommonStatus
{
/// <summary>

View File

@@ -2,6 +2,7 @@
namespace Ewide.Core
{
[Description("数据范围")]
public enum DataScopeType
{
/// <summary>

View File

@@ -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>

View File

@@ -5,6 +5,7 @@ namespace Ewide.Core
/// <summary>
/// 文件存储位置
/// </summary>
[Description("文件存储位置")]
public enum FileLocation
{
/// <summary>

View File

@@ -5,6 +5,7 @@ namespace Ewide.Core
/// <summary>
/// 性别
/// </summary>
[Description("性别")]
public enum Gender
{
/// <summary>