项目代码/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