From e33eb65b2df036a0b4593dd961b734998c77738d Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期五, 16 八月 2024 09:41:31 +0800
Subject: [PATCH] Merge branch 'master' of http://47.95.120.53:8083/r/~hewh/JC26WCS
---
Admin.NET/WCS.Application/Configuration/CodeGen.json | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Admin.NET/WCS.Application/Configuration/CodeGen.json b/Admin.NET/WCS.Application/Configuration/CodeGen.json
index 5d5758f..a6b48fc 100644
--- a/Admin.NET/WCS.Application/Configuration/CodeGen.json
+++ b/Admin.NET/WCS.Application/Configuration/CodeGen.json
@@ -1,7 +1,7 @@
{
// 浠g爜鐢熸垚閰嶇疆椤�-绋嬪簭闆嗗悕绉伴泦鍚�
"CodeGen": {
- "EntityAssemblyNames": [ "Admin.NET.Core", "Admin.NET.Application" ],
+ "EntityAssemblyNames": [ "Admin.NET.Core", "WCS.Application" ],
"BaseEntityNames": [ "EntityTenantId", "EntityTenant", "EntityTenantBaseData", "EntityBaseData", "EntityBase", "EntityBaseId" ],
"EntityBaseColumn": {
"EntityTenantId": [ "Id", "TenantId" ],
@@ -13,6 +13,6 @@
//"BaseId": [ "Id" ]
},
"FrontRootPath": "Web", // 鍓嶇椤圭洰鏍圭洰褰�
- "BackendApplicationNamespaces": [ "Admin.NET.Application", "Admin.NET.Application2" ] // 鍚庣鐢熸垚鍒扮殑椤圭洰
+ "BackendApplicationNamespaces": [ "WCS.Application" ] // 鍚庣鐢熸垚鍒扮殑椤圭洰
}
}
\ No newline at end of file
--
Gitblit v1.8.0