设备数采项目刷选 工艺标准模板导出
This commit is contained in:
12
EquipMgr/Tnb.EquipMgr.Interfaces/IEqpDaqService.cs
Normal file
12
EquipMgr/Tnb.EquipMgr.Interfaces/IEqpDaqService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Tnb.EquipMgr.Entities.Dto;
|
||||
namespace Tnb.EquipMgr.Interfaces
|
||||
{
|
||||
public interface IEqpDaqService
|
||||
{
|
||||
/// <summary>
|
||||
/// 根据设备id获取数采项目
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public Task<dynamic> GetEquipDaqList(EquipQueryInput input);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user