去除引用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);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user