修改库内转移业务不回更的bug

This commit is contained in:
FanLian
2023-08-09 11:42:27 +08:00
parent 3d66e60477
commit 76e9a9a4bb
3 changed files with 4 additions and 4 deletions

View File

@@ -32,9 +32,9 @@ namespace Tnb.WarehouseMgr
/// </summary>
[OverideVisualDev(ModuleConsts.MODULE_WMSTRANSFER_ID)]
[ServiceModule(BizTypeId)]
public class WmsTransferService : BaseWareHouseService, IPdaStroage
public class WmsTransferService : BaseWareHouseService
{
private const string BizTypeId = "26585291847957";
private const string BizTypeId = "26125644258853";
private readonly ISqlSugarClient _db;
private readonly IRunService _runService;
private readonly IVisualDevService _visualDevService;