销售发货接口、原材料仓优化调整、日志优化

This commit is contained in:
2024-07-29 15:49:52 +08:00
parent 0e09a8187c
commit b1027b6e49
15 changed files with 393 additions and 76 deletions

View File

@@ -15,6 +15,15 @@ namespace Tnb.WarehouseMgr.Interfaces
/// </summary>
public interface IWareHouseService
{
/// <summary>
/// 原材料入库
/// </summary>
SemaphoreSlim s_taskExecuteSemaphore_YCLInstock { get; }
/// <summary>
/// 原材料出库
/// </summary>
SemaphoreSlim s_taskExecuteSemaphore_YCLOutstock { get; }
/// <summary>
/// 入库策略
/// </summary>