Save ProcessDataStandardFormat to EC_Metrology_Si
IDescription.GetDescriptions with body nuget bump
This commit is contained in:
@ -30,13 +30,15 @@ public class WSRequest
|
||||
public string SineBevelAngle { get; set; }
|
||||
public string XStep { get; set; }
|
||||
public List<json.Detail> Details { get; protected set; }
|
||||
public string ProcessDataStandardFormat { get; set; }
|
||||
|
||||
[Obsolete("For json")] public WSRequest() { }
|
||||
|
||||
#pragma warning disable IDE0060
|
||||
internal WSRequest(IFileRead fileRead, Logistics logistics, List<json.Description> descriptions)
|
||||
internal WSRequest(IFileRead fileRead, Logistics logistics, List<json.Description> descriptions, string processDataStandardFormat = null)
|
||||
#pragma warning restore IDE0060
|
||||
{
|
||||
ProcessDataStandardFormat = processDataStandardFormat;
|
||||
Id = 0;
|
||||
FilePath = string.Empty;
|
||||
CellName = logistics.MesEntity;
|
||||
|
Reference in New Issue
Block a user