kazelee
2025-05-09 62e3ff7506396fcb7f7737900806e838c2466aa3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
using System;
using HH.WCS.Mobox3.DSZSH.AppStart;
using Newtonsoft.Json;
using System.Collections.Generic;
using System.Web.Http;
 
 
namespace HH.WCS.Mobox3.DSZSH.Controllers {
    /// <summary>
    /// ERP 调用的接口
    /// </summary>
    [RoutePrefix("api")]
    public class ErpController : ApiController {
 
 
 
    }
}