11
yanjinhui
2025-03-26 4073bcc6e43f8f72945da396915f32d9d986967c
项目代码/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
{
@@ -15,13 +15,12 @@
      
        //WebResponseContent StartSerialPortCom();
        void StartSerialPortCom();
        void StopSerialPortCom();
        //WebResponseContent Getinfo();
        List<string> GetSerialPortCom();
    }
}