1
z8018
2025-05-05 b6837f097e9cdb2645368aed4ddb03f580c331e4
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/Task_HtyController.cs
@@ -3,7 +3,6 @@
using Microsoft.AspNetCore.Mvc;
using WIDESEAWCS_Core;
using WIDESEAWCS_Core.BaseController;
using WIDESEAWCS_DTO.TaskInfo;
using WIDESEAWCS_ITaskInfoService;
using WIDESEAWCS_Model.Models;
@@ -11,7 +10,7 @@
{
    [Route("api/Task_Hty")]
    [ApiController]
    public class AgvStationController : ApiBaseController<ITask_HtyService, Dt_Task_hty>
    public class AgvStationController : ApiBaseController<ITask_HtyService, Dt_Task_Hty>
    {
        private readonly IHttpContextAccessor _httpContextAccessor;
        public AgvStationController(ITask_HtyService service, IHttpContextAccessor httpContextAccessor) : base(service)