对接IDP系统项目开车数据
This commit is contained in:
@@ -0,0 +1,287 @@
|
||||
// <auto-generated />
|
||||
//
|
||||
// To parse this JSON data, add NuGet 'Newtonsoft.Json' then do:
|
||||
//
|
||||
// using Model;
|
||||
//
|
||||
// var response = Response.FromJson(jsonString);
|
||||
|
||||
|
||||
namespace Model
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
/// <summary>
|
||||
/// 设备一览表数据结果对象
|
||||
/// </summary>
|
||||
public partial class IDPPreRunEquipment
|
||||
{
|
||||
/// <summary>
|
||||
/// itemId
|
||||
/// </summary>
|
||||
[JsonProperty("itemId")]
|
||||
public string ItemId { get; set; }
|
||||
/// <summary>
|
||||
/// category
|
||||
/// </summary>
|
||||
[JsonProperty("category")]
|
||||
public string Category { get; set; }
|
||||
/// <summary>
|
||||
/// tag
|
||||
/// </summary>
|
||||
[JsonProperty("tag")]
|
||||
public string Tag { get; set; }
|
||||
/// <summary>
|
||||
/// 装置工序主项码
|
||||
/// </summary>
|
||||
[JsonProperty("wbsCode")]
|
||||
public string WbsCode { get; set; }
|
||||
/// <summary>
|
||||
/// 装置码
|
||||
/// </summary>
|
||||
[JsonProperty("deviceCode")]
|
||||
public string DeviceCode { get; set; }
|
||||
/// <summary>
|
||||
/// 工序码
|
||||
/// </summary>
|
||||
[JsonProperty("processesCode")]
|
||||
public string ProcessesCode { get; set; }
|
||||
/// <summary>
|
||||
/// 主项码
|
||||
/// </summary>
|
||||
[JsonProperty("subjectCode")]
|
||||
public string SubjectCode { get; set; }
|
||||
/// <summary>
|
||||
/// 设备位号
|
||||
/// </summary>
|
||||
[JsonProperty("设备位号")]
|
||||
public string TagNumber { get; set; }
|
||||
/// <summary>
|
||||
/// 设备名称
|
||||
/// </summary>
|
||||
[JsonProperty("设备名称")]
|
||||
public string NameSpecifications { get; set; }
|
||||
|
||||
///// <summary>
|
||||
///// 图号或型号
|
||||
///// </summary>
|
||||
//[JsonProperty("图号或型号")]
|
||||
//public string DrawingNo { get; set; }
|
||||
|
||||
///// <summary>
|
||||
///// 操作数量
|
||||
///// </summary>
|
||||
//[JsonProperty("操作数量")]
|
||||
//public string NumOperate { get; set; }
|
||||
/// <summary>
|
||||
/// 设备数量
|
||||
/// </summary>
|
||||
[JsonProperty("设备数量")]
|
||||
public string DeviceNum { get; set; }
|
||||
/// <summary>
|
||||
/// 备用数量
|
||||
/// </summary>
|
||||
[JsonProperty("备用数量")]
|
||||
public string NumStandby { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 单重
|
||||
/// </summary>
|
||||
[JsonProperty("单重")]
|
||||
public string WeightSingle { get; set; }
|
||||
/// <summary>
|
||||
/// 【单位】单重
|
||||
/// </summary>
|
||||
[JsonProperty("【单位】单重")]
|
||||
public string WeightSingleUnit { get; set; }
|
||||
|
||||
///// <summary>
|
||||
///// 重量总重
|
||||
///// </summary>
|
||||
//[JsonProperty("重量总重")]
|
||||
//public string WeightTotal { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 备注
|
||||
/// </summary>
|
||||
[JsonProperty("备注")]
|
||||
public string Remark { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 【单位】设备数量
|
||||
/// </summary>
|
||||
[JsonProperty("【单位】设备数量")]
|
||||
public string DeviceNumUnit { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 材料
|
||||
/// </summary>
|
||||
[JsonProperty("材料")]
|
||||
public string Materials { get; set; }
|
||||
/// <summary>
|
||||
/// 叶轮材料
|
||||
/// </summary>
|
||||
[JsonProperty("叶轮材料")]
|
||||
public string ImpellerMaterial { get; set; }
|
||||
/// <summary>
|
||||
/// 壳体材料
|
||||
/// </summary>
|
||||
[JsonProperty("壳体材料")]
|
||||
public string ShellMaterial { get; set; }
|
||||
/// <summary>
|
||||
/// 缸体材料
|
||||
/// </summary>
|
||||
[JsonProperty("缸体材料")]
|
||||
public string CylinderMaterial { get; set; }
|
||||
/// <summary>
|
||||
/// 填料/塔盘材料
|
||||
/// </summary>
|
||||
[JsonProperty("填料/塔盘材料")]
|
||||
public string TrayMaterial { get; set; }
|
||||
/// <summary>
|
||||
/// 填料材料
|
||||
/// </summary>
|
||||
[JsonProperty("填料材料")]
|
||||
public string PackingMaterial { get; set; }
|
||||
/// <summary>
|
||||
/// 板片材料
|
||||
/// </summary>
|
||||
[JsonProperty("板片材料")]
|
||||
public string PlateMaterial { get; set; }
|
||||
/// <summary>
|
||||
/// 内件材料
|
||||
/// </summary>
|
||||
[JsonProperty("内件材料")]
|
||||
public string TrimMaterial { get; set; }
|
||||
/// <summary>
|
||||
/// 材料(盘管)
|
||||
/// </summary>
|
||||
[JsonProperty("材料(盘管)")]
|
||||
public string CoilMaterial { get; set; }
|
||||
/// <summary>
|
||||
/// 材料(燃烧空气预热器)
|
||||
/// </summary>
|
||||
[JsonProperty("材料(燃烧空气预热器)")]
|
||||
public string PreheaterMaterial { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 序号
|
||||
/// </summary>
|
||||
[JsonProperty("序号")]
|
||||
public string SerialNumber { get; set; }
|
||||
/// <summary>
|
||||
/// 主要尺寸-I.D
|
||||
/// </summary>
|
||||
[JsonProperty("主要尺寸-I.D")]
|
||||
public string DimensionsID { get; set; }
|
||||
/// <summary>
|
||||
/// 【单位】主要尺寸-I.D
|
||||
/// </summary>
|
||||
[JsonProperty("【单位】主要尺寸-I.D")]
|
||||
public string DimensionsIDUnit { get; set; }
|
||||
/// <summary>
|
||||
/// 主要尺寸-H(T-T)
|
||||
/// </summary>
|
||||
[JsonProperty("主要尺寸-H(T-T)")]
|
||||
public string DimensionsHTT { get; set; }
|
||||
/// <summary>
|
||||
/// 【单位】主要尺寸-H(T-T)
|
||||
/// </summary>
|
||||
[JsonProperty("【单位】主要尺寸-H(T-T)")]
|
||||
public string DimensionsHTTUnit { get; set; }
|
||||
/// <summary>
|
||||
/// 入口压力
|
||||
/// </summary>
|
||||
[JsonProperty("入口压力")]
|
||||
public string MPaG { get; set; }
|
||||
/// <summary>
|
||||
/// 【单位】入口压力
|
||||
/// </summary>
|
||||
[JsonProperty("【单位】入口压力")]
|
||||
public string MPaGUnit { get; set; }
|
||||
/// <summary>
|
||||
/// 出口压力
|
||||
/// </summary>
|
||||
[JsonProperty("出口压力")]
|
||||
public string KPa { get; set; }
|
||||
/// <summary>
|
||||
/// 【单位】出口压力
|
||||
/// </summary>
|
||||
[JsonProperty("【单位】出口压力")]
|
||||
public string KPaUnit { get; set; }
|
||||
/// <summary>
|
||||
/// 扬程
|
||||
/// </summary>
|
||||
[JsonProperty("扬程")]
|
||||
public string Lift { get; set; }
|
||||
/// <summary>
|
||||
/// 【单位】扬程
|
||||
/// </summary>
|
||||
[JsonProperty("【单位】扬程")]
|
||||
public string LiftUnit { get; set; }
|
||||
/// <summary>
|
||||
/// 设计流量
|
||||
/// </summary>
|
||||
[JsonProperty("设计流量")]
|
||||
public string DesignFlow { get; set; }
|
||||
/// <summary>
|
||||
/// 【单位】设计流量
|
||||
/// </summary>
|
||||
[JsonProperty("【单位】设计流量")]
|
||||
public string DesignFlowUnit { get; set; }
|
||||
/// <summary>
|
||||
/// 驱动型式
|
||||
/// </summary>
|
||||
[JsonProperty("驱动型式")]
|
||||
public string DrivingType { get; set; }
|
||||
/// <summary>
|
||||
/// 设备型式
|
||||
/// </summary>
|
||||
[JsonProperty("设备型式")]
|
||||
public string EquipmentType { get; set; }
|
||||
/// <summary>
|
||||
/// 设备型式或型号
|
||||
/// </summary>
|
||||
[JsonProperty("设备型式或型号")]
|
||||
public string EquipmentTypeModel { get; set; }
|
||||
/// <summary>
|
||||
/// 设备形式
|
||||
/// </summary>
|
||||
[JsonProperty("设备形式")]
|
||||
public string EquipmentForm { get; set; }
|
||||
/// <summary>
|
||||
/// 轴功率
|
||||
/// </summary>
|
||||
[JsonProperty("轴功率")]
|
||||
public string ShaftPower { get; set; }
|
||||
/// <summary>
|
||||
/// 【单位】轴功率
|
||||
/// </summary>
|
||||
[JsonProperty("【单位】轴功率")]
|
||||
public string ShaftPowerUnit { get; set; }
|
||||
/// <summary>
|
||||
/// 额定功率
|
||||
/// </summary>
|
||||
[JsonProperty("额定功率")]
|
||||
public string RatedPower { get; set; }
|
||||
/// <summary>
|
||||
/// 【单位】额定功率
|
||||
/// </summary>
|
||||
[JsonProperty("【单位】额定功率")]
|
||||
public string RatedPowerUnit { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
public partial class IDPPreRunEquipment
|
||||
{
|
||||
public static List<IDPPreRunEquipment> FromJson(string json)
|
||||
{
|
||||
return JsonConvert.DeserializeObject<List<IDPPreRunEquipment>>(json, Model.Converter.Settings);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user