Back to x64 to pass tests

Directory Trigger for OI
Remove extra .vscode files
Viewer support
tasks.json
kanbn initialize
WSRequest alignment
This commit is contained in:
2023-07-24 10:54:38 -07:00
parent 2346f0ba4d
commit 9d2237a77b
11 changed files with 158 additions and 23 deletions

View File

@ -16,6 +16,7 @@ public class WSRequest
public bool SentToSPC { get; set; }
//
public int Id { get; set; }
public string CellName { get; set; }
public string Date { get; set; }
public string LotID { get; set; }
@ -276,6 +277,7 @@ public class WSRequest
#pragma warning restore IDE0060
{
ProcessDataStandardFormat = processDataStandardFormat;
Id = -1;
Details = new List<txt.Detail>();
CellName = logistics.MesEntity;
txt.Description x = descriptions[0];