Infineon.EAF.Runtime 2.49.3
Directory Trigger for OI Viewer support tasks.json kanbn initialize WSRequest alignment
This commit is contained in:
@ -14,7 +14,7 @@ public class WSRequest
|
||||
public bool SentToMetrology { get; set; }
|
||||
public bool SentToSPC { get; set; }
|
||||
//
|
||||
public long Id { get; set; }
|
||||
public int Id { get; set; }
|
||||
public string CellName { get; set; }
|
||||
public string Date { get; set; }
|
||||
public string FilePath { get; set; }
|
||||
@ -39,7 +39,7 @@ public class WSRequest
|
||||
#pragma warning restore IDE0060
|
||||
{
|
||||
ProcessDataStandardFormat = processDataStandardFormat;
|
||||
Id = 0;
|
||||
Id = -1;
|
||||
FilePath = string.Empty;
|
||||
CellName = logistics.MesEntity;
|
||||
if (descriptions[0] is not json.Description x)
|
||||
|
Reference in New Issue
Block a user