Wms/WMS.IBLL/IDataServer/IStockServer.cs
@@ -1,4 +1,5 @@ using Model.ModelDto.DataDto; using Model.InterFaceModel; using Model.ModelDto.DataDto; using System; using System.Collections.Generic; using System.Text; @@ -143,5 +144,12 @@ /// <returns></returns> public void MoveFinish(string TaskCode); #endregion /// <summary> /// 反馈数字孪生库存信息 /// </summary> /// <param name="model"></param> /// <returns></returns> List<ReLocateData> GetLocateList(); } }