yanjinhui
2025-03-07 aeb32ca2cc420266734c782df01b27be617e6943
项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/SerialPort/ProcessController.cs
文件名从 项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/BasicInfo/ProcessController.cs 修改
@@ -1,5 +1,4 @@
锘縰sing System.Diagnostics;
using Microsoft.AspNetCore.Authorization;
锘縰sing Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using WIDESEAWCS_Core;
@@ -7,9 +6,9 @@
using WIDESEAWCS_DTO.TaskInfo;
using WIDESEAWCS_ITaskInfoService;
using WIDESEAWCS_Model.Models;
using WIDESEAWCS_Model.Models.SerialPort;
namespace WIDESEAWCS_Server.Controllers.Task
namespace WIDESEAWCS_Server.Controllers.SerialPort
{
    [Route("api/[controller]")]
    [ApiController]
@@ -19,7 +18,12 @@
        {
        }
        [HttpGet, Route("GetProcess"), AllowAnonymous]
        public WebResponseContent GetProcess(string gruop)
        {
            return Service.GetProcess(gruop);
        }
    }
}