调整,wms通用逻辑代码
This commit is contained in:
@@ -30,9 +30,9 @@ namespace Tnb.WarehouseMgr
|
||||
/// </summary>
|
||||
[OverideVisualDev(ModuleId)]
|
||||
[ServiceModule(BizTypeId)]
|
||||
public class WmsPDACarryMoveInStockService : BaseWareHouseService
|
||||
public class WmsPDACarryMoveInStockService : BaseWareHouseService,IPdaStroage
|
||||
{
|
||||
private const string BizTypeId = "pda26121988909861";
|
||||
private const string BizTypeId = "26121988909861";
|
||||
private const string ModuleId = "26476127634469";
|
||||
private readonly ISqlSugarClient _db;
|
||||
private readonly IRunService _runService;
|
||||
|
||||
Reference in New Issue
Block a user