From 3c9c882c4227868bbaa40ebb820082cef099c07b Mon Sep 17 00:00:00 2001 From: wcg Date: Sun, 4 Jan 2026 14:11:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=AD=97=E5=85=B8=EF=BC=9AVben5=E9=80=9A=E7=9F=A5=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DataSeeds/DictionaryTypeDataSeed.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.SqlSugarCore/DataSeeds/DictionaryTypeDataSeed.cs b/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.SqlSugarCore/DataSeeds/DictionaryTypeDataSeed.cs index 833869e5..3fec5f39 100644 --- a/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.SqlSugarCore/DataSeeds/DictionaryTypeDataSeed.cs +++ b/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.SqlSugarCore/DataSeeds/DictionaryTypeDataSeed.cs @@ -105,6 +105,16 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds IsDeleted = false, State = true }; + DictionaryTypeAggregateRoot dict7_2 = new DictionaryTypeAggregateRoot() + { + + DictName = "Vben5通知类型", + DictType = "sys_notice_type_vben5", + OrderNum = 100, + Remark = "通知类型列表", + IsDeleted = false, + State = true + }; entities.Add(dict7); DictionaryTypeAggregateRoot dict8 = new DictionaryTypeAggregateRoot() {