qiuyao
2025-02-28 d7ad50a2e9fb4713fd9350ab6475cb1c89060370
命名空间
已修改6个文件
12 ■■■■ 文件已修改
项目代码/WIDESEAWCS_Server 正式/ISerialPortRepository/ISerialPortRepository.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEAWCS_Server 正式/ISerialPortService/ISerialPortService.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEAWCS_Server 正式/SerialPortRepository/SerialPortRepository.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEAWCS_Server 正式/SerialPortService/SerialPortService.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/SerialPort/SerialPortController.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Tasks/SerialPort/SerialPortTestJob.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEAWCS_Server 正式/ISerialPortRepository/ISerialPortRepository.cs
@@ -1,5 +1,5 @@
锘縰sing WIDESEAWCS_Core.BaseRepository;
using WIDESEAWCS_Model.Models.SerialPort;
using WIDESEAWCS_Model.Models;
namespace WIDESEA_ISerialPortRepository
{
项目代码/WIDESEAWCS_Server 正式/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
{
项目代码/WIDESEAWCS_Server 正式/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
{
项目代码/WIDESEAWCS_Server 正式/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;
项目代码/WIDESEAWCS_Server 正式/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;
项目代码/WIDESEAWCS_Server 正式/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