using System; using HH.WCS.Mobox3.AnGang.config; using Newtonsoft.Json; using System.Collections.Generic; using System.Web.Http; using static HH.WCS.Mobox3.AnGang.Controllers.ApiModel; namespace HH.WCS.Mobox3.AnGang.Controllers { /// /// ERP 调用的接口 /// [RoutePrefix("api")] public class ErpController : ApiController { } }