andon呼叫 aql 模具保养
This commit is contained in:
16
ProductionMgr/Tnb.ProductionMgr.Interfaces/IAndonService.cs
Normal file
16
ProductionMgr/Tnb.ProductionMgr.Interfaces/IAndonService.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Tnb.ProductionMgr.Entities.Dto.PrdManage;
|
||||
|
||||
namespace Tnb.ProductionMgr.Interfaces
|
||||
{
|
||||
public interface IAndonService
|
||||
{
|
||||
public Task<dynamic> GetPrdTask(string stationId);
|
||||
|
||||
public Task SaveData(AndonRecordInput AndonRecordInput);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user