设备保养执行 复核 设备报废
This commit is contained in:
13
EquipMgr/Tnb.EquipMgr.Interfaces/IEqpEquipScrapService.cs
Normal file
13
EquipMgr/Tnb.EquipMgr.Interfaces/IEqpEquipScrapService.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Tnb.EquipMgr.Entities;
|
||||
|
||||
namespace Tnb.EquipMgr.Interfaces
|
||||
{
|
||||
public interface IEqpEquipScrapService
|
||||
{
|
||||
/// <summary>
|
||||
/// 设备报废
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public Task<string> Scrap(EqpEquipScrap eqpEquipScrap);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user