yanjinhui
2025-03-07 aeb32ca2cc420266734c782df01b27be617e6943
项目代码/WIDESEAWCS_Server 正式/SerialPortService/NJCommandsServer .cs
文件名从 项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_BasicInfoService/ProcessServer.cs 修改
@@ -7,13 +7,12 @@
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_ITaskInfoService;
using WIDESEAWCS_Model.Models;
using WIDESEAWCS_Model.Models.SerialPort;
namespace WIDESEAWCS_TaskInfoService
{
    public class ProcessServer : ServiceBase<Dt_Process, IProcessRepository>, IProcessServer
    public class NJCommandsServer : ServiceBase<Dt_NJCommands, INJCommandsRepository>, INJCommandsServer
    {
        public ProcessServer(IProcessRepository BaseDal) : base(BaseDal)
        public NJCommandsServer(INJCommandsRepository BaseDal) : base(BaseDal)
        {
        }
    }