hwh
2024-08-15 cb020af49d74255d8d0a73f75eb7df42245d6ede
Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -51,7 +51,21 @@
        void BindPalletByJc23(PdaPalletBindVm model, int userId, string origin);
        //JC23绑定物料托盘即增加库存
        public void BindPalletStock(PdaPalletBindVm model, int userId, string origin);
        void BindPalletStock(PdaPalletBindVm model, int userId, string origin);
        ///// <summary>
        ///// JC26绑定托盘 贴标物料
        ///// </summary>
        ///// <param name="model"></param>
        ///// <param name="userId"></param>
        void BindPalletPasteCode(PdaPalletBindVm model, int userId);
        /// <summary>
        /// JC26绑定托盘 不贴标物料
        /// </summary>
        /// <param name="model"></param>
        /// <param name="userId"></param>
        void BindPalletNoPasteCode(PdaPalletBindVm model, int userId);
        // 绑定空托盘
        string BindNullPallet(PalletBindVm model);