From fc818ac66ff6b30f40252fcc28b92970d62a765a Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 05 十二月 2024 16:23:37 +0800 Subject: [PATCH] 项目导入优化 --- Application/HStation.Application.Xhs.Core/GlobalUsings.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Application/HStation.Application.Xhs.Core/GlobalUsings.cs b/Application/HStation.Application.Xhs.Core/GlobalUsings.cs index 73557c9..8d26ef5 100644 --- a/Application/HStation.Application.Xhs.Core/GlobalUsings.cs +++ b/Application/HStation.Application.Xhs.Core/GlobalUsings.cs @@ -8,3 +8,4 @@ global using System.ComponentModel.DataAnnotations; global using Yw.Dto; global using Yw.Untity; +global using HStation.Dto.Xhs; -- Gitblit v1.9.3