设备数采项目刷选 工艺标准模板导出
This commit is contained in:
13
PerMgr/Tnb.PerMgr.Interfaces/IPerProcessStandardsService.cs
Normal file
13
PerMgr/Tnb.PerMgr.Interfaces/IPerProcessStandardsService.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace Tnb.PerMgr.Interfaces
|
||||
{
|
||||
public interface IPerProcessStandardsService
|
||||
{
|
||||
/// <summary>
|
||||
/// 导出模板
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public Task<IActionResult> ExportTemplate();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user