chengsc
2024-08-19 5e2454c2a75cb70afc0d1933e5c29e02e21231e6
Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs
@@ -8,6 +8,17 @@
{
    public interface IPalletBindServer
    {
        #region 接口方法
        /// <summary>
        /// 成品/托盘 绑定信息
        /// </summary>
        /// <param name="model"></param>
        /// <param name="userId"></param>
        void BindPalletStock(BoxPalletBindVm model, int userId);
        #endregion
        #region 托盘绑定
        List<PalletBindDto> GetPalletBindList(PalletBindVm model, out int count);