From abf3ceabdd98abd0d955b03732e581a43c4e9fb0 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 13 一月 2025 15:01:31 +0800 Subject: [PATCH] 解决冲突 --- Yw.BLL.Unit.Core/GlobalUsings.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Yw.BLL.Unit.Core/GlobalUsings.cs b/Yw.BLL.Unit.Core/GlobalUsings.cs index 44e5534..89b9625 100644 --- a/Yw.BLL.Unit.Core/GlobalUsings.cs +++ b/Yw.BLL.Unit.Core/GlobalUsings.cs @@ -3,4 +3,7 @@ global using Yw.BLL.Unit; global using Yw.Dto; global using Yw.Untity; +global using AutoMapper; +global using Yw.Vmo; +global using Yw.BLL; -- Gitblit v1.9.3