Administrator
2024-02-24 fdb9e49a3ba2c5d10f0005fa7926a33e28108ec8
Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
@@ -4,6 +4,7 @@
using Model.ModelDto.BllCheckDto;
using Model.ModelDto.PdaDto;
using WMS.Entity.DataEntity;
using WMS.Entity.SysEntity;
namespace WMS.IBLL.IPdaServer
{
@@ -90,5 +91,19 @@
        #endregion
        #region AGV转运
        /// <summary>
        /// 获取托盘所在储位地址
        /// </summary>
        /// <param name="palletNo"></param>
        /// <returns></returns>
        string GetPalletLocatNo(string palletNo);
        /// <summary>
        /// 获取托盘所在楼层所有区域
        /// </summary>
        /// <param name="palletNo"></param>
        /// <returns></returns>
        List<SysStorageArea> GetStorageArea(string palletNo);
        #endregion
    }
}