12
This commit is contained in:
19
Reportapi/MyCode.Project.Services/IServices/IWMSService.cs
Normal file
19
Reportapi/MyCode.Project.Services/IServices/IWMSService.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using MyCode.Project.Domain.ZHMDModel;
|
||||
using MyCode.Project.Repositories.Common;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MyCode.Project.Services
|
||||
{
|
||||
public interface IWMSService
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// 把WMS订单存进本地数据库
|
||||
/// </summary>
|
||||
/// <param name="trades"></param>
|
||||
|
||||
void SetWMSOrder(List<WMStoJackyunInventoryMovementView1> trades);
|
||||
List<WMStoJackyunInventoryMovementView1> GetList(DateTime now);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user