操作类型完善修改
This commit is contained in:
@@ -8,9 +8,14 @@ namespace Yi.Framework.Common.Enum
|
||||
{
|
||||
public enum OperationEnum
|
||||
{
|
||||
Query,
|
||||
Insert,
|
||||
Update,
|
||||
Delete
|
||||
Insert=1,
|
||||
Update=2,
|
||||
Delete=3,
|
||||
Auth=4,
|
||||
Export=5,
|
||||
Import=6,
|
||||
ForcedOut = 7,
|
||||
GenerateCode=8,
|
||||
ClearData=9
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user