获取金蝶-定时任务
This commit is contained in:
21
src/WMS.Web.Domain/IService/IInStockTaskService.cs
Normal file
21
src/WMS.Web.Domain/IService/IInStockTaskService.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using WMS.Web.Core.Internal.Results;
|
||||
|
||||
namespace WMS.Web.Domain.IService
|
||||
{
|
||||
/// <summary>
|
||||
/// 入库任务单-服务接口
|
||||
/// </summary>
|
||||
public interface IInStockTaskService
|
||||
{
|
||||
/// <summary>
|
||||
/// 同步:采购入库类型单据
|
||||
/// </summary>
|
||||
/// <param name="isTransaction"></param>
|
||||
/// <returns></returns>
|
||||
Task<Result> SsynPurchaseInStock(bool isTransaction);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user