添加项目文件。
This commit is contained in:
22
Epost.DAL/Enum/LogType.cs
Normal file
22
Epost.DAL/Enum/LogType.cs
Normal file
@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Epost.DAL.Enum
|
||||
{
|
||||
public class LogType
|
||||
{
|
||||
|
||||
public enum Log_Type
|
||||
{
|
||||
[Description("错误日志")]
|
||||
ERROR,
|
||||
[Description("信息记录")]
|
||||
INFO
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user