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 const string BizTypeId = "26169472620837";
public WmskittingOutService(
ISqlSugarRepository<WmsKittingoutH> repository,
IWareHouseService warehouseService,
IUserManager userManager,
IBillRullService billRullService,
ISqlSugarRepository<WmsKittingoutH> repository,
IWareHouseService warehouseService,
IUserManager userManager,
IBillRullService billRullService,
IWmsCarryService carryService,
ICacheManager cacheManager
ICacheManager cacheManager
)
{
_db = repository.AsSugarClient();