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