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