using System; using System.Collections.Generic; using System.Text; namespace WMS.IBLL { public interface IHttpServer { /// /// agv走出储位修改储位信息,仅限平库储位 /// /// /// void UpLocateByAgvOut(string taskNo,int userId); } }