1
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user