using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;
using NPOI.SS.Formula.Functions;
using SqlSugar;
using WCS.BLL;
using WCS.BLL.DbModels;
using WCS.BLL.HardWare;
using WCS.BLL.Manager;
using WCS.BLL.Services.IService;
using WCS.BLL.Services.Service;
using WCS.DAL.Db;
using WCS.DAL.DbModels;
using WCS.Model;
using WCS.Model.ApiModel.AGV;
using WCS.Model.ApiModel.Home;
using Mode = WCS.BLL.HardWare.Mode;
namespace WCS.WebApi.Controllers
{
///
/// 主页面的接口
///
[ApiController]
[Route("[controller]")]
public class AgvCallbackServiceController : ControllerBase
{
public AgvCallbackServiceController(IHomerService homerService, ISelfCheckService selfCheckService)
{
}
///
/// agv任务回调
///
///
///
[Route("agvCallback")]
[HttpPost(Name = "agvCallback")]
public async Task