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:
@ -13,7 +13,7 @@ namespace Adaptation.FileHandlers.OpenInsightMetrologyViewer;
|
||||
public class WSRequest
|
||||
{
|
||||
|
||||
public long Id { get; set; }
|
||||
public int Id { get; set; }
|
||||
public string AreaCountAvg { get; set; }
|
||||
public string AreaCountMax { get; set; }
|
||||
public string AreaCountMin { get; set; }
|
||||
@ -78,7 +78,7 @@ public class WSRequest
|
||||
{
|
||||
ProcessDataStandardFormat = processDataStandardFormat;
|
||||
i = -1;
|
||||
Id = 0;
|
||||
Id = -1;
|
||||
Zone = null;
|
||||
Layer = null;
|
||||
Title = null;
|
||||
|
Reference in New Issue
Block a user