载具更换接口失效问题调整

This commit is contained in:
alex
2023-06-20 16:59:27 +08:00
parent cb1465cac8
commit 88eacad38a
7 changed files with 12 additions and 132 deletions

View File

@@ -34,7 +34,6 @@ namespace Tnb.WarehouseMgr
private readonly IBillRullService _billRullService;
private readonly WmsCarryService _wmsCarryService;
private static Dictionary<string, object> dicMaterial = new Dictionary<string, object>();
public OverideVisualDevFunc OverideFuncs { get; } = new OverideVisualDevFunc();
public WmsPDAFeedingService(ISqlSugarRepository<WmsCarryH> repository, IUserManager userManager, IBillRullService billRullService,WmsCarryService wmsCarryService)
{
_db = repository.AsSugarClient();