1
z8018
2025-04-05 f94288b728f81b20c29e626526c584c11a7894a3
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Task/Task_HtyController.cs
@@ -18,11 +18,5 @@
        {
            _httpContextAccessor = httpContextAccessor;
        }
        [HttpGet, Route("fifteenTotal_quantityndex"), AllowAnonymous]
        public WebResponseContent fifteenTotal_quantityndex()
        {
            return Service.fifteenTotal_quantityndex();
        }
    }
}