This commit is contained in:
alex
2023-06-29 18:32:00 +08:00
parent f3417bf61b
commit bc3016358a

View File

@@ -37,7 +37,7 @@ namespace Tnb.WarehouseMgr
[ServiceModule(BizTypeId)]
public class WmsDeliveryService : BaseWareHouseService, IOverideVisualDevService, IWmsDeliveryService, IDynamicApiController, ITransient
{
private const string BizTypeId = "26125644258853";
private const string BizTypeId = "26585291847957";
private readonly ISqlSugarClient _db;
private readonly IRunService _runService;
private readonly IVisualDevService _visualDevService;