仓库管理_物料管理:初始化
This commit is contained in:
26
ZR.Service/mes/wms/IService/IWMExitwarehouseService.cs
Normal file
26
ZR.Service/mes/wms/IService/IWMExitwarehouseService.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ZR.Service.mes.wms.IService
|
||||
{
|
||||
public interface IWMExitwarehouseService
|
||||
{
|
||||
/// <summary>
|
||||
/// 一般退库
|
||||
/// </summary>
|
||||
/// <param name="original"></param>
|
||||
/// <returns></returns>
|
||||
public bool ExitwarehouseCommmon(string original);
|
||||
/// <summary>
|
||||
/// 判断箱子是否存在陈平库中
|
||||
/// </summary>
|
||||
/// <param name="originalCode"></param>
|
||||
/// <returns></returns>
|
||||
|
||||
public bool IsExistedWarehouse(string originalCode);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user