分支自 SuZhouGuanHong/TaiYuanTaiZhong

huanghongfeng
2024-06-13 603f46ca7a9c2eab3eb10cc9c58d06185e5d356e
代码管理/WMS/WMS_Server/WIDESEA_WMS/IServices/Taskinfo/Partial/Idt_agvtaskService.cs
@@ -5,9 +5,12 @@
using WIDESEA_Entity.DomainModels;
using WIDESEA_Core.Utilities;
using System.Linq.Expressions;
using WIDESEA_Entity.DomainModels.Mes;
using Microsoft.AspNetCore.Mvc;
namespace WIDESEA_WMS.IServices
{
    public partial interface Idt_agvtaskService
    {
        WebResponseContent addNgTask([FromBody] MesRequestTemp request);
    }
 }