对接IDP系统项目开车数据
This commit is contained in:
@@ -0,0 +1,151 @@
|
||||
// <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 System.Security.Policy;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
/// <summary>
|
||||
/// 设备一览表数据结果对象
|
||||
/// </summary>
|
||||
public partial class IDPPreRunInstrumentation
|
||||
{
|
||||
/// <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 InstrumentTag { get; set; }
|
||||
/// <summary>
|
||||
/// 用途
|
||||
/// </summary>
|
||||
[JsonProperty("用途")]
|
||||
public string UseTo { get; set; }
|
||||
/// <summary>
|
||||
/// 仪表名称
|
||||
/// </summary>
|
||||
[JsonProperty("仪表名称")]
|
||||
public string InstrumentName { get; set; }
|
||||
/// <summary>
|
||||
/// 供货方
|
||||
/// </summary>
|
||||
[JsonProperty("供货方")]
|
||||
public string Supplier { get; set; }
|
||||
/// <summary>
|
||||
/// 安装位置
|
||||
/// </summary>
|
||||
[JsonProperty("安装位置")]
|
||||
public string InstallationPosition { get; set; }
|
||||
/// <summary>
|
||||
/// 信号类型
|
||||
/// </summary>
|
||||
[JsonProperty("信号类型")]
|
||||
public string SignalType { get; set; }
|
||||
/// <summary>
|
||||
/// 关联系统
|
||||
/// </summary>
|
||||
[JsonProperty("关联系统")]
|
||||
public string AssociatedSystem { get; set; }
|
||||
/// <summary>
|
||||
/// P&ID图号
|
||||
/// </summary>
|
||||
[JsonProperty("P&ID图号")]
|
||||
public string Cp25 { get; set; }
|
||||
/// <summary>
|
||||
/// 数据表
|
||||
/// </summary>
|
||||
[JsonProperty("数据表")]
|
||||
public string In11 { get; set; }
|
||||
/// <summary>
|
||||
/// 仪表位置图
|
||||
/// </summary>
|
||||
[JsonProperty("仪表位置图")]
|
||||
public string In40 { get; set; }
|
||||
/// <summary>
|
||||
/// 备注
|
||||
/// </summary>
|
||||
[JsonProperty("备注")]
|
||||
public string Remark { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 描述
|
||||
/// </summary>
|
||||
[JsonProperty("描述")]
|
||||
public string Describe { get; set; }
|
||||
/// <summary>
|
||||
/// 管道或设备位号
|
||||
/// </summary>
|
||||
[JsonProperty("管道或设备位号")]
|
||||
public string PipingOrEquipmentTagNumber { get; set; }
|
||||
/// <summary>
|
||||
/// 回路号
|
||||
/// </summary>
|
||||
[JsonProperty("回路号")]
|
||||
public string CircuitNumber { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 介质名称
|
||||
/// </summary>
|
||||
[JsonProperty("介质名称")]
|
||||
public string MediaName { get; set; }
|
||||
/// <summary>
|
||||
/// 介质相态
|
||||
/// </summary>
|
||||
[JsonProperty("介质相态")]
|
||||
public string MediumPhaseState { get; set; }
|
||||
}
|
||||
|
||||
public partial class IDPPreRunInstrumentation
|
||||
{
|
||||
public static List<IDPPreRunInstrumentation> FromJson(string json)
|
||||
{
|
||||
return JsonConvert.DeserializeObject<List<IDPPreRunInstrumentation>>(json, Model.Converter.Settings);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user