维修管理
This commit is contained in:
14
EquipMgr/Tnb.EquipMgr.Interfaces/IEqpRepairDelayService.cs
Normal file
14
EquipMgr/Tnb.EquipMgr.Interfaces/IEqpRepairDelayService.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Tnb.EquipMgr.Entities.Dto;
|
||||
|
||||
namespace Tnb.EquipMgr.Interfaces
|
||||
{
|
||||
public interface IEqpRepairDelayService
|
||||
{
|
||||
/// <summary>
|
||||
/// 维修延期
|
||||
/// </summary>
|
||||
/// <param name="dic"></param>
|
||||
public Task<string> Delay(RepairDelayInput input);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user