最低库存检查
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// 转运签收服务接口类
|
||||
/// </summary>
|
||||
public interface IWmsPDATransferSignService
|
||||
{
|
||||
Task IsMinStorage(CancellationTokenSource? cts = default);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user