1
This commit is contained in:
@@ -18,6 +18,7 @@ using Microsoft.AspNetCore.Mvc;
|
||||
using SqlSugar;
|
||||
using Tnb.BasicData.Entities;
|
||||
using Tnb.WarehouseMgr.Entities;
|
||||
using Tnb.WarehouseMgr.Entities.Attributes;
|
||||
using Tnb.WarehouseMgr.Entities.Consts;
|
||||
using Tnb.WarehouseMgr.Entities.Dto;
|
||||
using Tnb.WarehouseMgr.Interfaces;
|
||||
@@ -28,9 +29,11 @@ namespace Tnb.WarehouseMgr
|
||||
/// 载具移入
|
||||
/// </summary>
|
||||
[OverideVisualDev(ModuleId)]
|
||||
[ServiceModule(BizTypeId)]
|
||||
public class WmsCarryMoveOutStockService : BaseWareHouseService
|
||||
{
|
||||
private const string ModuleId = "26123262586661";
|
||||
private const string BizTypeId = "26122271183141";
|
||||
private readonly ISqlSugarClient _db;
|
||||
private readonly IRunService _runService;
|
||||
private readonly IVisualDevService _visualDevService;
|
||||
|
||||
Reference in New Issue
Block a user