工艺管理
This commit is contained in:
14
PerMgr/Tnb.PerMgr.Interfaces/IPerProcessParamService.cs
Normal file
14
PerMgr/Tnb.PerMgr.Interfaces/IPerProcessParamService.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Tnb.PerMgr.Entities.Dto;
|
||||
|
||||
namespace Tnb.PerMgr.Interfaces
|
||||
{
|
||||
public interface IPerProcessParamService
|
||||
{
|
||||
/// <summary>
|
||||
/// 根据id获取工艺参数信息
|
||||
/// </summary>
|
||||
/// <param name="dic"></param>
|
||||
/// <returns></returns>
|
||||
public Task<ProcessParamOutput> GetProcessParamInfo(Dictionary<string,string> dic);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user