杨前锦
2025-06-05 01cc5773457f68274ef1b2d9d9daca8983761828
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
using HH.WCS.Mobox3.TSSG.dispatch;
using HH.WCS.Mobox3.TSSG.wms;
using Newtonsoft.Json;
using System.Collections.Generic;
using System.Web.Http;
using static HH.WCS.Mobox3.TSSG.api.ApiHelper;
using static HH.WCS.Mobox3.TSSG.api.ApiModel;
using static HH.WCS.Mobox3.TSSG.api.OtherModel;
 
namespace HH.WCS.Mobox3.TSSG.api
{
    /// <summary>
    /// 第三方调用的接口
    /// </summary>
    [RoutePrefix("api")]
    public class WmsController : System.Web.Http.ApiController
    {
 
     
    }
}