From 17507355c8587d5f0f7f7f477937a354d89c8333 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周四, 25 4月 2024 12:59:18 +0800
Subject: [PATCH] 优化if (isExist) throw Oops.Oh(ErrorCode.E0001);,提示的更细节一些

---
 iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/SeedData/SysAppSeedData.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/SeedData/SysAppSeedData.cs b/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/SeedData/SysAppSeedData.cs
index d56df27..fd668aa 100644
--- a/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/SeedData/SysAppSeedData.cs
+++ b/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/SeedData/SysAppSeedData.cs
@@ -18,6 +18,7 @@
         {
             return new[]
             {
+                new SysApp{Id=539333613781061, Name="鍩虹鏁版嵁", Code="baseData", Active="N", Status=0, Sort=0 },
                 new SysApp{Id=535823141748805, Name="TestDemo", Code="TestDemo", Active="N", Status=0, Sort=100 },
                 new SysApp{Id=142307070898245, Name="寮�鍙戠鐞�", Code="system", Active="Y", Status=0, Sort=100 },
                 new SysApp{Id=142307070902341, Name="绯荤粺绠$悊", Code="manage", Active="N", Status=0, Sort=300 },

--
Gitblit v1.9.3