新增物料签收记录、调拨出库、电梯优化等

This commit is contained in:
2024-08-16 14:30:28 +08:00
parent bc7bb2cec6
commit ebddefa01b
17 changed files with 1141 additions and 55 deletions

View File

@@ -66,6 +66,7 @@ namespace Tnb.WarehouseMgr
protected static Dictionary<string, int> _s_eleUseStatusDic;
public static SemaphoreSlim s_GenTaskExecute = new(1);
protected IEventPublisher? EventPublisher { set; get; }
protected static string _LoggerFileName = "";