1
z8018
2025-04-16 1f361850d35ba47225951efbc49d592eea685cf8
项目代码/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;
@@ -17,12 +16,6 @@
        public AgvStationController(ITask_HtyService service, IHttpContextAccessor httpContextAccessor) : base(service)
        {
            _httpContextAccessor = httpContextAccessor;
        }
        [HttpGet, Route("fifteenTotal_quantityndex"), AllowAnonymous]
        public WebResponseContent fifteenTotal_quantityndex()
        {
            return Service.fifteenTotal_quantityndex();
        }
    }
}