From d7ad50a2e9fb4713fd9350ab6475cb1c89060370 Mon Sep 17 00:00:00 2001
From: qiuyao <qiuyao@hnkhzn.com>
Date: 星期五, 28 二月 2025 16:40:52 +0800
Subject: [PATCH] 命名空间

---
 项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Tasks/SerialPort/SerialPortTestJob.cs                 |    2 +-
 项目代码/WIDESEAWCS_Server 正式/ISerialPortService/ISerialPortService.cs                         |    2 +-
 项目代码/WIDESEAWCS_Server 正式/ISerialPortRepository/ISerialPortRepository.cs                   |    2 +-
 项目代码/WIDESEAWCS_Server 正式/SerialPortService/SerialPortService.cs                           |    2 +-
 项目代码/WIDESEAWCS_Server 正式/SerialPortRepository/SerialPortRepository.cs                     |    2 +-
 项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/SerialPort/SerialPortController.cs |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/ISerialPortRepository/ISerialPortRepository.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/ISerialPortRepository/ISerialPortRepository.cs"
index d2885a2..788f8a4 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/ISerialPortRepository/ISerialPortRepository.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/ISerialPortRepository/ISerialPortRepository.cs"
@@ -1,5 +1,5 @@
 锘縰sing WIDESEAWCS_Core.BaseRepository;
-using WIDESEAWCS_Model.Models.SerialPort;
+using WIDESEAWCS_Model.Models;
 
 namespace WIDESEA_ISerialPortRepository
 {
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/ISerialPortService/ISerialPortService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/ISerialPortService/ISerialPortService.cs"
index 45745e3..bae42cf 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/ISerialPortService/ISerialPortService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/ISerialPortService/ISerialPortService.cs"
@@ -5,7 +5,7 @@
 using System.Threading.Tasks;
 using WIDESEAWCS_Core;
 using WIDESEAWCS_Core.BaseServices;
-using WIDESEAWCS_Model.Models.SerialPort;
+using WIDESEAWCS_Model.Models;
 
 namespace WIDESEA_ISerialPortService
 {
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/SerialPortRepository/SerialPortRepository.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/SerialPortRepository/SerialPortRepository.cs"
index 3986d3e..e8c5788 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/SerialPortRepository/SerialPortRepository.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/SerialPortRepository/SerialPortRepository.cs"
@@ -1,6 +1,6 @@
 锘縰sing WIDESEA_ISerialPortRepository;
 using WIDESEAWCS_Core.BaseRepository;
-using WIDESEAWCS_Model.Models.SerialPort;
+using WIDESEAWCS_Model.Models;
 
 namespace WIDESEA_SerialPortRepository
 {
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/SerialPortService/SerialPortService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/SerialPortService/SerialPortService.cs"
index 6b8fc3b..5eb7267 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/SerialPortService/SerialPortService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/SerialPortService/SerialPortService.cs"
@@ -10,7 +10,7 @@
 using WIDESEA_ISerialPortService;
 using WIDESEAWCS_Core;
 using WIDESEAWCS_Core.BaseServices;
-using WIDESEAWCS_Model.Models.SerialPort;
+using WIDESEAWCS_Model.Models;
 
 
 
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Server/Controllers/SerialPort/SerialPortController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Server/Controllers/SerialPort/SerialPortController.cs"
index 8a80a81..0ad4d66 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Server/Controllers/SerialPort/SerialPortController.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Server/Controllers/SerialPort/SerialPortController.cs"
@@ -6,7 +6,7 @@
 using WIDESEA_SerialPortService;
 using WIDESEAWCS_Core;
 using WIDESEAWCS_Core.BaseController;
-using WIDESEAWCS_Model.Models.SerialPort;
+using WIDESEAWCS_Model.Models;
 using WIDESEAWCS_QuartzJob.Service;
 //using WIDESEA_ISerialPortService.ISerialPortService;
 
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Tasks/SerialPort/SerialPortTestJob.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Tasks/SerialPort/SerialPortTestJob.cs"
index 352f942..ca82e9e 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Tasks/SerialPort/SerialPortTestJob.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server \346\255\243\345\274\217/WIDESEAWCS_Tasks/SerialPort/SerialPortTestJob.cs"
@@ -2,7 +2,7 @@
 using System.Text;
 using Quartz;
 using WIDESEA_ISerialPortService;
-using WIDESEAWCS_Model.Models.SerialPort;
+using WIDESEAWCS_Model.Models;
 
 
 namespace WIDESEAWCS_Tasks

--
Gitblit v1.9.3