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:51:27 -07:00
parent 632f213217
commit df24c40850
13 changed files with 117 additions and 82 deletions

View File

@ -27,7 +27,7 @@ public class WSRequest
public string EquipId { get; set; }
public string FileName { get; set; }
public string FilePath { get; set; }
public string Id { get; set; }
public int Id { get; set; }
public string Layer { get; set; }
public string LotId { get; set; }
public string Op { get; set; }
@ -52,7 +52,7 @@ public class WSRequest
#pragma warning restore IDE0060
{
ProcessDataStandardFormat = processDataStandardFormat;
Id = "-1";
Id = -1;
CellName = logistics.MesEntity;
Details = new List<txt.Detail>();
if (descriptions[0] is not txt.Description x)