去除引用common.props
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Tnb.PerMgr.Entities.Dto;
|
||||
|
||||
namespace Tnb.PerMgr.Interfaces
|
||||
@@ -10,7 +9,7 @@ namespace Tnb.PerMgr.Interfaces
|
||||
/// </summary>
|
||||
/// <param name="dic"></param>
|
||||
/// <returns></returns>
|
||||
public Task<ProcessParamOutput> GetProcessParamInfo(Dictionary<string,string> dic);
|
||||
public Task<ProcessParamOutput> GetProcessParamInfo(Dictionary<string, string> dic);
|
||||
|
||||
}
|
||||
}
|
||||
@@ -16,8 +16,8 @@ namespace Tnb.PerMgr.Interfaces
|
||||
/// <param name="inpuy"></param>
|
||||
/// <returns></returns>
|
||||
public Task<string> SaveData(List<ProcessChildDataInput> input);
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 根据id获取修改信息
|
||||
/// </summary>
|
||||
|
||||
@@ -10,12 +10,12 @@ namespace Tnb.PerMgr.Interfaces
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public Task<IActionResult> ExportTemplate();
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 导入
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public Task<Dictionary<string,string>> Import(string id,ChunkModel input);
|
||||
public Task<Dictionary<string, string>> Import(string id, ChunkModel input);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user