异常开始结束带代码提交
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.ProductionMgr.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// 异常停机服务接口
|
||||
/// </summary>
|
||||
public interface IPrdCancelCloseDownService
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -3,6 +3,8 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Tnb.ProductionMgr.Entities;
|
||||
using Tnb.ProductionMgr.Entities.Dto.PrdManage;
|
||||
|
||||
namespace Tnb.ProductionMgr.Interfaces
|
||||
{
|
||||
@@ -11,5 +13,11 @@ namespace Tnb.ProductionMgr.Interfaces
|
||||
/// </summary>
|
||||
public interface IPrdMoTaskService
|
||||
{
|
||||
/// <summary>
|
||||
/// 根据设备Id获取生产任务
|
||||
/// </summary>
|
||||
/// <param name="eqpId"></param>
|
||||
/// <returns></returns>
|
||||
Task<List<PrdMoTask>> GetListByEqpId(string eqpId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user