Removed not needed properties from api
This commit is contained in:
@ -5,44 +5,44 @@ namespace Adaptation.FileHandlers.MoveAllFiles.OpenInsight;
|
||||
|
||||
public class ProdSpec
|
||||
{
|
||||
[JsonPropertyName("keyId")]
|
||||
public int KeyId { get; set; }
|
||||
// [JsonPropertyName("keyId")]
|
||||
// public int KeyId { get; set; }
|
||||
|
||||
[JsonPropertyName("specType")]
|
||||
public string SpecType { get; set; }
|
||||
// [JsonPropertyName("specType")]
|
||||
// public string SpecType { get; set; }
|
||||
|
||||
[JsonPropertyName("status")]
|
||||
public string Status { get; set; }
|
||||
// [JsonPropertyName("status")]
|
||||
// public string Status { get; set; }
|
||||
|
||||
[JsonPropertyName("minutesPerWafer")]
|
||||
public double MinutesPerWafer { get; set; }
|
||||
// [JsonPropertyName("minutesPerWafer")]
|
||||
// public double MinutesPerWafer { get; set; }
|
||||
|
||||
[JsonPropertyName("proveInTime")]
|
||||
public double ProveInTime { get; set; }
|
||||
// [JsonPropertyName("proveInTime")]
|
||||
// public double ProveInTime { get; set; }
|
||||
|
||||
[JsonPropertyName("layerType")]
|
||||
public string LayerType { get; set; }
|
||||
// [JsonPropertyName("layerType")]
|
||||
// public string LayerType { get; set; }
|
||||
|
||||
[JsonPropertyName("reactorType")]
|
||||
public string ReactorType { get; set; }
|
||||
// [JsonPropertyName("reactorType")]
|
||||
// public string ReactorType { get; set; }
|
||||
|
||||
[JsonPropertyName("susceptorType")]
|
||||
public string SusceptorType { get; set; }
|
||||
// [JsonPropertyName("susceptorType")]
|
||||
// public string SusceptorType { get; set; }
|
||||
|
||||
[JsonPropertyName("tubePressureType")]
|
||||
public string TubePressureType { get; set; }
|
||||
// [JsonPropertyName("tubePressureType")]
|
||||
// public string TubePressureType { get; set; }
|
||||
|
||||
[JsonPropertyName("recipeLayers")]
|
||||
public List<RecipeLayer> RecipeLayers { get; set; }
|
||||
// [JsonPropertyName("recipeLayers")]
|
||||
// public List<RecipeLayer> RecipeLayers { get; set; }
|
||||
|
||||
[JsonPropertyName("prodVers")]
|
||||
public List<ProdVer> ProdVers { get; set; }
|
||||
// [JsonPropertyName("prodVers")]
|
||||
// public List<ProdVer> ProdVers { get; set; }
|
||||
|
||||
[JsonPropertyName("epiPart")]
|
||||
public EpiPart EpiPart { get; set; }
|
||||
// [JsonPropertyName("epiPart")]
|
||||
// public EpiPart EpiPart { get; set; }
|
||||
|
||||
[JsonPropertyName("custEpiParts")]
|
||||
public List<CustEpiPart> CustEpiParts { get; set; }
|
||||
// [JsonPropertyName("custEpiParts")]
|
||||
// public List<CustEpiPart> CustEpiParts { get; set; }
|
||||
|
||||
[JsonPropertyName("prsStages")]
|
||||
public List<PrsStage> PrsStages { get; set; }
|
||||
|
@ -5,23 +5,23 @@ namespace Adaptation.FileHandlers.MoveAllFiles.OpenInsight;
|
||||
|
||||
public class PrsStage
|
||||
{
|
||||
[JsonPropertyName("keyId")]
|
||||
public string KeyId { get; set; }
|
||||
// [JsonPropertyName("keyId")]
|
||||
// public string KeyId { get; set; }
|
||||
|
||||
[JsonPropertyName("psn")]
|
||||
public int Psn { get; set; }
|
||||
// [JsonPropertyName("psn")]
|
||||
// public int Psn { get; set; }
|
||||
|
||||
[JsonPropertyName("stage")]
|
||||
public string Stage { get; set; }
|
||||
|
||||
[JsonPropertyName("cleans")]
|
||||
public Cleans Cleans { get; set; }
|
||||
// [JsonPropertyName("cleans")]
|
||||
// public Cleans Cleans { get; set; }
|
||||
|
||||
[JsonPropertyName("inspection")]
|
||||
public Inspection Inspection { get; set; }
|
||||
// [JsonPropertyName("inspection")]
|
||||
// public Inspection Inspection { get; set; }
|
||||
|
||||
[JsonPropertyName("surfscan")]
|
||||
public SurfScan Surfscan { get; set; }
|
||||
// [JsonPropertyName("surfscan")]
|
||||
// public SurfScan Surfscan { get; set; }
|
||||
|
||||
[JsonPropertyName("qaMetTests")]
|
||||
public List<QaMetTest> QaMetTests { get; set; }
|
||||
|
@ -11,87 +11,87 @@ public class Rds
|
||||
[JsonPropertyName("reactor")]
|
||||
public int Reactor { get; set; }
|
||||
|
||||
[JsonPropertyName("workOrder")]
|
||||
public int WorkOrder { get; set; }
|
||||
// [JsonPropertyName("workOrder")]
|
||||
// public int WorkOrder { get; set; }
|
||||
|
||||
[JsonPropertyName("cassNo")]
|
||||
public int CassNo { get; set; }
|
||||
// [JsonPropertyName("cassNo")]
|
||||
// public int CassNo { get; set; }
|
||||
|
||||
[JsonPropertyName("combStatus")]
|
||||
public string CombStatus { get; set; }
|
||||
// [JsonPropertyName("combStatus")]
|
||||
// public string CombStatus { get; set; }
|
||||
|
||||
[JsonPropertyName("partNo")]
|
||||
public int PartNo { get; set; }
|
||||
// [JsonPropertyName("partNo")]
|
||||
// public int PartNo { get; set; }
|
||||
|
||||
[JsonPropertyName("PSN")]
|
||||
public int PSN { get; set; }
|
||||
// [JsonPropertyName("PSN")]
|
||||
// public int PSN { get; set; }
|
||||
|
||||
[JsonPropertyName("entryId")]
|
||||
public string EntryId { get; set; }
|
||||
// [JsonPropertyName("entryId")]
|
||||
// public string EntryId { get; set; }
|
||||
|
||||
[JsonPropertyName("entryDtm")]
|
||||
public string EntryDtm { get; set; }
|
||||
// [JsonPropertyName("entryDtm")]
|
||||
// public string EntryDtm { get; set; }
|
||||
|
||||
[JsonPropertyName("preEpiSig")]
|
||||
public string PreEpiSig { get; set; }
|
||||
// [JsonPropertyName("preEpiSig")]
|
||||
// public string PreEpiSig { get; set; }
|
||||
|
||||
[JsonPropertyName("preEpiSigDtm")]
|
||||
public string PreEpiSigDtm { get; set; }
|
||||
// [JsonPropertyName("preEpiSigDtm")]
|
||||
// public string PreEpiSigDtm { get; set; }
|
||||
|
||||
[JsonPropertyName("operatorIn")]
|
||||
public string OperatorIn { get; set; }
|
||||
// [JsonPropertyName("operatorIn")]
|
||||
// public string OperatorIn { get; set; }
|
||||
|
||||
[JsonPropertyName("dtmIn")]
|
||||
public string DtmIn { get; set; }
|
||||
// [JsonPropertyName("dtmIn")]
|
||||
// public string DtmIn { get; set; }
|
||||
|
||||
[JsonPropertyName("operatorOut")]
|
||||
public string OperatorOut { get; set; }
|
||||
// [JsonPropertyName("operatorOut")]
|
||||
// public string OperatorOut { get; set; }
|
||||
|
||||
[JsonPropertyName("dtmOut")]
|
||||
public string DtmOut { get; set; }
|
||||
// [JsonPropertyName("dtmOut")]
|
||||
// public string DtmOut { get; set; }
|
||||
|
||||
[JsonPropertyName("postEpiSig")]
|
||||
public string PostEpiSig { get; set; }
|
||||
// [JsonPropertyName("postEpiSig")]
|
||||
// public string PostEpiSig { get; set; }
|
||||
|
||||
[JsonPropertyName("postEpiSigDtm")]
|
||||
public string PostEpiSigDtm { get; set; }
|
||||
// [JsonPropertyName("postEpiSigDtm")]
|
||||
// public string PostEpiSigDtm { get; set; }
|
||||
|
||||
[JsonPropertyName("supVerSig")]
|
||||
public string SupVerSig { get; set; }
|
||||
// [JsonPropertyName("supVerSig")]
|
||||
// public string SupVerSig { get; set; }
|
||||
|
||||
[JsonPropertyName("supVerSigDtm")]
|
||||
public string SupVerSigDtm { get; set; }
|
||||
// [JsonPropertyName("supVerSigDtm")]
|
||||
// public string SupVerSigDtm { get; set; }
|
||||
|
||||
[JsonPropertyName("shipDtm")]
|
||||
public object ShipDtm { get; set; }
|
||||
// [JsonPropertyName("shipDtm")]
|
||||
// public object ShipDtm { get; set; }
|
||||
|
||||
[JsonPropertyName("subPartNo")]
|
||||
public int SubPartNo { get; set; }
|
||||
// [JsonPropertyName("subPartNo")]
|
||||
// public int SubPartNo { get; set; }
|
||||
|
||||
[JsonPropertyName("shipNo")]
|
||||
public object ShipNo { get; set; }
|
||||
// [JsonPropertyName("shipNo")]
|
||||
// public object ShipNo { get; set; }
|
||||
|
||||
[JsonPropertyName("cassWaferQty")]
|
||||
public int CassWaferQty { get; set; }
|
||||
// [JsonPropertyName("cassWaferQty")]
|
||||
// public int CassWaferQty { get; set; }
|
||||
|
||||
[JsonPropertyName("loadLockSide")]
|
||||
public string LoadLockSide { get; set; }
|
||||
// [JsonPropertyName("loadLockSide")]
|
||||
// public string LoadLockSide { get; set; }
|
||||
|
||||
[JsonPropertyName("waferSize")]
|
||||
public string WaferSize { get; set; }
|
||||
// [JsonPropertyName("waferSize")]
|
||||
// public string WaferSize { get; set; }
|
||||
|
||||
[JsonPropertyName("reactorType")]
|
||||
public string ReactorType { get; set; }
|
||||
// [JsonPropertyName("reactorType")]
|
||||
// public string ReactorType { get; set; }
|
||||
|
||||
[JsonPropertyName("prodSpec")]
|
||||
public ProdSpec ProdSpec { get; set; }
|
||||
|
||||
[JsonPropertyName("cleanInsp")]
|
||||
public List<CleanInsp> CleanInsp { get; set; }
|
||||
// [JsonPropertyName("cleanInsp")]
|
||||
// public List<CleanInsp> CleanInsp { get; set; }
|
||||
|
||||
[JsonPropertyName("woMatQA")]
|
||||
public WoMatQA WoMatQA { get; set; }
|
||||
// [JsonPropertyName("woMatQA")]
|
||||
// public WoMatQA WoMatQA { get; set; }
|
||||
|
||||
[JsonPropertyName("rdsLayers")]
|
||||
public List<RdsLayer> RdsLayers { get; set; }
|
||||
// [JsonPropertyName("rdsLayers")]
|
||||
// public List<RdsLayer> RdsLayers { get; set; }
|
||||
}
|
Reference in New Issue
Block a user