重写,在线开发删除接口
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using JNPF.Common.Configuration;
|
||||
using System.Data;
|
||||
using JNPF.Common.Configuration;
|
||||
using JNPF.Common.Const;
|
||||
using JNPF.Common.Core.Manager;
|
||||
using JNPF.Common.Core.Manager.Files;
|
||||
@@ -33,6 +34,7 @@ using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using SqlSugar;
|
||||
using Tnb.ProductionMgr.Interfaces;
|
||||
using Yitter.IdGenerator;
|
||||
|
||||
namespace JNPF.VisualDev
|
||||
@@ -104,6 +106,8 @@ namespace JNPF.VisualDev
|
||||
/// </summary>
|
||||
private readonly ITenant _db;
|
||||
|
||||
private readonly IPrdMoService _prdMoService;
|
||||
|
||||
/// <summary>
|
||||
/// 初始化一个<see cref="VisualDevModelDataService"/>类型的新实例.
|
||||
/// </summary>
|
||||
@@ -119,7 +123,8 @@ namespace JNPF.VisualDev
|
||||
ICacheManager cacheManager,
|
||||
IFlowTaskService flowTaskService,
|
||||
IFileManager fileManager,
|
||||
ISqlSugarClient context)
|
||||
ISqlSugarClient context,
|
||||
IPrdMoService prdMoService)
|
||||
{
|
||||
_visualDevRepository = visualDevRepository;
|
||||
_visualDevService = visualDevService;
|
||||
@@ -133,6 +138,7 @@ namespace JNPF.VisualDev
|
||||
_fileManager = fileManager;
|
||||
_dataInterfaceService = dataInterfaceService;
|
||||
_db = context.AsTenant();
|
||||
_prdMoService = prdMoService;
|
||||
}
|
||||
|
||||
#region Get
|
||||
|
||||
Reference in New Issue
Block a user