1
This commit is contained in:
@@ -9,8 +9,7 @@ namespace Tnb.ProductionMgr.Interfaces
|
||||
{
|
||||
public interface IAndonService
|
||||
{
|
||||
public Task<dynamic> GetPrdTask(string stationId);
|
||||
|
||||
public Task SaveData(AndonRecordInput AndonRecordInput);
|
||||
Task<dynamic> GetPrdTask(string stationId);
|
||||
Task SaveData(AndonRecordInput AndonRecordInput);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user