wangxinhui
2025-10-26 733c975cd8647f6d006736f1863bad731e32e6fb
项目代码/WMS/WMSServices/WIDESEA_External/IERPService/IInvokeERPService.cs
@@ -13,6 +13,10 @@
    /// </summary>
    public interface IInvokeERPService : IDependency
    {
        public string BSTPurchaseUp(BSTPurchaseUpModel bSTPurchaseUpModel);
        string BSTPurchaseUp(BSTPurchaseUpModel bSTPurchaseUpModel);
        string BSTStockAsync(string barCode);
        string ERPPurchaseUp(ERPPurchaseUpModel eRPPurchaseUpModel);
        string ERPProOutUp(ERPProOutUpModel eRPProOutUpModel);
    }
}