修改PDAfeeding功能

This commit is contained in:
FanLian
2023-06-25 09:13:53 +08:00
parent 05cfde1e8d
commit 3249a7871c
4 changed files with 41 additions and 34 deletions

View File

@@ -27,14 +27,14 @@ namespace Tnb.WarehouseMgr
/// PDA载具更换
/// </summary>
[OverideVisualDev(ModuleConsts.MODULE_WMSCARRYREPLACEPDA_ID)]
public class WmsPDACarryService : WmsCarryService ,IPdaStroage
public class WmsPDACarryReplaceService : WmsCarryService ,IPdaStroage
{
private readonly ISqlSugarClient _db;
private readonly IUserManager _userManager;
private readonly IBillRullService _billRullService;
private readonly IRunService _runService;
private readonly IVisualDevService _visualDevService;
public WmsPDACarryService(
public WmsPDACarryReplaceService(
ISqlSugarRepository<WmsCarryH> repository,
IUserManager userManager,
IBillRullService billRullService,