添加项目文件。
This commit is contained in:
20
Epost.DAL/Enum/SqlLogType.cs
Normal file
20
Epost.DAL/Enum/SqlLogType.cs
Normal file
@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Epost.DAL.Enum
|
||||
{
|
||||
public class SqlLogType
|
||||
{
|
||||
|
||||
public enum sqlLogType
|
||||
{
|
||||
DEVICE=1,
|
||||
INFO=2,
|
||||
SQLINFO=3
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user