This commit is contained in:
alex
2023-08-08 09:15:54 +08:00
parent 27bb5692b8
commit 57e837c2de

View File

@@ -55,12 +55,12 @@ namespace Tnb.WarehouseMgr
private readonly ICacheManager _cacheManager; private readonly ICacheManager _cacheManager;
private const string BizTypeId = "26169472620837"; private const string BizTypeId = "26169472620837";
public WmskittingOutService( public WmskittingOutService(
ISqlSugarRepository<WmsKittingoutH> repository, ISqlSugarRepository<WmsKittingoutH> repository,
IWareHouseService warehouseService, IWareHouseService warehouseService,
IUserManager userManager, IUserManager userManager,
IBillRullService billRullService, IBillRullService billRullService,
IWmsCarryService carryService, IWmsCarryService carryService,
ICacheManager cacheManager ICacheManager cacheManager
) )
{ {
_db = repository.AsSugarClient(); _db = repository.AsSugarClient();