操作日志特性、操作日志全局过滤器搭建
This commit is contained in:
16
Yi.Framework.Net6/Yi.Framework.Common/Enum/OperationEnum.cs
Normal file
16
Yi.Framework.Net6/Yi.Framework.Common/Enum/OperationEnum.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Yi.Framework.Common.Enum
|
||||
{
|
||||
public enum OperationEnum
|
||||
{
|
||||
Query,
|
||||
Insert,
|
||||
Update,
|
||||
Delete
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user