From 285f0b8e2ca80fd538c29d3ce831ff34c941532d Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期三, 20 十一月 2024 10:26:58 +0800 Subject: [PATCH] 修复突然出现命名空间引用缺失的问题 --- Service/HStation.Service.Xhs.Core/GlobalUsings.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Service/HStation.Service.Xhs.Core/GlobalUsings.cs b/Service/HStation.Service.Xhs.Core/GlobalUsings.cs index 079248b..babcc40 100644 --- a/Service/HStation.Service.Xhs.Core/GlobalUsings.cs +++ b/Service/HStation.Service.Xhs.Core/GlobalUsings.cs @@ -1,4 +1,6 @@ -锘縢lobal using AutoMapper; +锘縢lobal using System.ComponentModel; +global using System.ComponentModel.DataAnnotations; +global using AutoMapper; global using HStation.Service.Xhs; global using HStation.Settings; global using HStation.Xhs; -- Gitblit v1.9.3