入库和出库
This commit is contained in:
27
ZR.Service/mes/wms-u8/IService/IERP_WMS_interactive.cs
Normal file
27
ZR.Service/mes/wms-u8/IService/IERP_WMS_interactive.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using ZR.Model.MES.wms;
|
||||
|
||||
namespace ZR.Service.mes.wms_u8.IService
|
||||
{
|
||||
/// <summary>
|
||||
/// 用友U8和WMS 交互接口
|
||||
/// </summary>
|
||||
public interface IERP_WMS_interactive
|
||||
{
|
||||
/// <summary>
|
||||
/// 入库
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public ERP_WMS_interactiveModelResult inbounded(string urlBase, List<ERP_WMS_interactiveModelQuery> eRP_WMS_InteractiveModels);
|
||||
|
||||
/// <summary>
|
||||
/// 出库
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public ERP_WMS_interactiveModelResult outbounded(string urlBase, List<ERP_WMS_interactiveModelQuery> eRP_WMS_InteractiveModels);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user