1
huangxiaoqiang
2024-12-28 fd2001b97e071c9a34e100793128c1ed02b07bb3
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/BZLOCK/JCBZYLController.cs
@@ -2,13 +2,13 @@
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using WIDESEAWCS_Core;
using WIDESEAWCS_Tasks.ConveyorLineJob_GW;
using WIDESEAWCS_Tasks;
namespace WIDESEAWCS_Server.Controllers.BZLOCK
{
    [Route("api/[controller]")]
    [ApiController]
    public class JCBZYLController : ControllerBase
    public class JCBZYLController : Controller
    {
        private readonly IGetStationService _getStationService;
        public JCBZYLController(IGetStationService getStationService) { _getStationService = getStationService; }