分支自 SuZhouGuanHong/TaiYuanTaiZhong

dengjunjie
2024-06-26 4b7e6dd320649d5a03ebc7cf0ffa71864d555335
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using WIDESEA_Core.Utilities;
using WIDESEA_Entity.DomainModels;
 
namespace WIDESEA_WCS
{
    public partial class ToWmsServer
    {
        /// <summary>
        /// 向WMS申请添加AGV任务
        /// </summary>
        /// <param name="requestTemp"></param>
        /// <returns></returns>
        public static WebResponseContent AddTask(string requestTemp)
        {
            WebResponseContent content = new WebResponseContent();
            return content;
        }
    }
}