Infineon.EAF.Runtime 2.49.3

Directory Trigger for OI
Viewer support
tasks.json
kanbn initialize
WSRequest alignment
This commit is contained in:
2023-08-30 17:34:07 -07:00
parent 047e457905
commit 04039ec664
13 changed files with 202 additions and 27 deletions

View File

@ -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)