操作类型完善修改

This commit is contained in:
橙子
2022-10-01 15:26:30 +08:00
parent 8f0327604f
commit 0b05d4d186
3 changed files with 94 additions and 12 deletions

View File

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