From 2fbfc7930364dffbb846d018226755ab66f5bcfb Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 25 三月 2024 14:31:10 +0800 Subject: [PATCH] 版本大更新 --- Yw.Application.Repair.Core/GlobalUsings.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Yw.Application.Repair.Core/GlobalUsings.cs b/Yw.Application.Repair.Core/GlobalUsings.cs index 05fffd3..bf3ae85 100644 --- a/Yw.Application.Repair.Core/GlobalUsings.cs +++ b/Yw.Application.Repair.Core/GlobalUsings.cs @@ -10,3 +10,5 @@ global using Yw.JWT; global using Microsoft.AspNetCore.Http; global using Yw.Model.Repair; +global using Yw.Dto; +global using Yw.Dto.Repair; -- Gitblit v1.9.3