From 769413fc5ff52240f001fb4bcfcca21728fb275a Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期四, 25 四月 2024 09:38:19 +0800 Subject: [PATCH] WebApi 整理 --- WebApi/IStation.Service.Core/GlobalUsings.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/WebApi/IStation.Service.Core/GlobalUsings.cs b/WebApi/IStation.Service.Core/GlobalUsings.cs index 7abcf46..c4b177b 100644 --- a/WebApi/IStation.Service.Core/GlobalUsings.cs +++ b/WebApi/IStation.Service.Core/GlobalUsings.cs @@ -1,4 +1,5 @@ 锘縢lobal using SqlSugar; -global using System.Text; -global using Yw.Newtonsoft; global using Yw.Untity; +global using System.Text; +global using IStation.Epanet.Enums; +global using Yw; \ No newline at end of file -- Gitblit v1.9.3