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:
@ -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)
|
||||
|
Reference in New Issue
Block a user