From 3fec42c6383aa3b8d65f744a93b8a918d7cc6e02 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 23 七月 2024 10:15:54 +0800 Subject: [PATCH] 冲突 --- WebApi/HStation.WebApi.Xhs.Core/Result/XnRestfulResultProvider.cs | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/WebApi/HStation.WebApi.Xhs.Core/Result/XnRestfulResultProvider.cs b/WebApi/HStation.WebApi.Xhs.Core/Result/XnRestfulResultProvider.cs index edefbf9..fd03327 100644 --- a/WebApi/HStation.WebApi.Xhs.Core/Result/XnRestfulResultProvider.cs +++ b/WebApi/HStation.WebApi.Xhs.Core/Result/XnRestfulResultProvider.cs @@ -7,11 +7,9 @@ using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; using System.Net; -using Yw.Untity; -using Yw.Application; -using Yw.Dto; -using System.Text.Json.Serialization; using System.Text.Json; +using System.Text.Json.Serialization; +using Yw.Dto; namespace HStation.WebApi { -- Gitblit v1.9.3