服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
8 天以前 3ab68d4877acffcb9677ecf369e15210e5db6981
Tiger.IBusiness.WMS/Transaction/IOut_BIZ_WMS_PREP.cs
@@ -32,6 +32,13 @@
        /// <returns></returns>
        public Task<ApiAction<BIZ_WMS_PREP_DTL>> GetCurPrepItem();
        /// <summary>
        /// 创建发料批次以完成本次发料,调用发料单据的ERP接口
        /// </summary>
        /// <param name="input"></param>
        /// <returns></returns>
        public Task<ApiAction> GenerateDlvyBatch(BaseInput input);
        public bool Close(bool needSaveHistoryLog = false);
    }
}