工艺管理
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);
|
||||
}
|
||||
}
|
||||
13
PerMgr/Tnb.PerMgr.Interfaces/Tnb.PerMgr.Interfaces.csproj
Normal file
13
PerMgr/Tnb.PerMgr.Interfaces/Tnb.PerMgr.Interfaces.csproj
Normal file
@@ -0,0 +1,13 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Tnb.PerMgr.Entities\Tnb.PerMgr.Entities.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user