Get text from OI
This commit is contained in:
@ -11,6 +11,6 @@ public interface IWaferCounterController<T>
|
||||
|
||||
static string GetRouteName() => nameof(IWaferCounterController<T>)[1..^10];
|
||||
|
||||
T GetLastQuantityAndSlotMap(string area, string waferSize);
|
||||
T GetLastQuantityAndSlotMap(string area, string waferSize, string text);
|
||||
|
||||
}
|
@ -4,6 +4,6 @@ public interface IWaferCounterRepository
|
||||
{
|
||||
|
||||
string? GetSlotMap(string line1, string line2);
|
||||
DataModels.WaferCounter? GetLastQuantityAndSlotMap(string area, string waferSize);
|
||||
DataModels.WaferCounter? GetLastQuantityAndSlotMap(string area, string waferSize, string text);
|
||||
|
||||
}
|
Reference in New Issue
Block a user