From 8857fb24f0a49a4a29b6a48ed6b7091f765545e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B7=B3?= <454313500@qq.com> Date: Fri, 8 Mar 2024 13:50:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AD=97=E5=85=B8?= =?UTF-8?q?=E7=A7=8D=E5=AD=90=E6=95=B0=E6=8D=AE=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DataSeeds/DictionaryDataSeed.cs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.SqlSugarCore/DataSeeds/DictionaryDataSeed.cs b/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.SqlSugarCore/DataSeeds/DictionaryDataSeed.cs index bbd99546..d8294118 100644 --- a/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.SqlSugarCore/DataSeeds/DictionaryDataSeed.cs +++ b/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.SqlSugarCore/DataSeeds/DictionaryDataSeed.cs @@ -260,7 +260,7 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds { DictLabel = "新增", - DictValue = "1", + DictValue = "Insert", DictType = "sys_oper_type", OrderNum = 100, Remark = "新增操作", @@ -272,7 +272,7 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds { DictLabel = "修改", - DictValue = "2", + DictValue = "Update", DictType = "sys_oper_type", OrderNum = 99, Remark = "修改操作", @@ -284,7 +284,7 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds { DictLabel = "删除", - DictValue = "3", + DictValue = "Delete", DictType = "sys_oper_type", OrderNum = 98, Remark = "删除操作", @@ -297,7 +297,7 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds { DictLabel = "授权", - DictValue = "4", + DictValue = "Auth", DictType = "sys_oper_type", OrderNum = 97, Remark = "授权操作", @@ -309,7 +309,7 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds { DictLabel = "导出", - DictValue = "5", + DictValue = "Export", DictType = "sys_oper_type", OrderNum = 96, Remark = "导出操作", @@ -321,7 +321,7 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds { DictLabel = "导入", - DictValue = "6", + DictValue = "Import", DictType = "sys_oper_type", OrderNum = 95, Remark = "导入操作", @@ -333,7 +333,7 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds { DictLabel = "强退", - DictValue = "7", + DictValue = "ForcedOut", DictType = "sys_oper_type", OrderNum = 94, Remark = "强退操作", @@ -345,7 +345,7 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds { DictLabel = "生成代码", - DictValue = "8", + DictValue = "GenerateCode", DictType = "sys_oper_type", OrderNum = 93, Remark = "生成代码操作", @@ -357,7 +357,7 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds { DictLabel = "清空数据", - DictValue = "9", + DictValue = "ClearData", DictType = "sys_oper_type", OrderNum = 92, Remark = "清空数据操作",