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