chengsc
2 天以前 aec8fb5f857231f10dc4a58fc86ecdac2b5d6250
Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
@@ -174,6 +174,17 @@
        #endregion
        #region 托盘拆托换托
        void GetBoxInfo(string boxNo, string pallNo);
        void UpPalletByBox(string boxNo, string pallet, string palletNew, int userId);
        List<SelectSkuLotNo> GetSelectSkuLotNo(string palletNo);
        void UpPalletByQty(string palletNo, string palletNoNew, string detailId, decimal qty, int userId);
        #endregion
    }
}