using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Web.Http; using HH.WCS.Mobox3.DSZSH.Services; namespace HH.WCS.Mobox3.DSZSH.Controllers { /// /// MES 调用的接口 /// [RoutePrefix("api")] public class MesController : ApiController { } }