255 lines
		
	
	
		
			7.8 KiB
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			255 lines
		
	
	
		
			7.8 KiB
		
	
	
	
		
			C#
		
	
	
	
| 
								 | 
							
								// <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 IDPPreRunPiping
							 | 
						|||
| 
								 | 
							
								    {
							 | 
						|||
| 
								 | 
							
								        /// <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 PipingCode { get; set; }
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 公称直径
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("公称直径")]
							 | 
						|||
| 
								 | 
							
								        public string Diameter { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 【单位】公称直径
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("【单位】公称直径")]
							 | 
						|||
| 
								 | 
							
								        public string DiameterUnit { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 管道材料等级
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("管道材料等级")]
							 | 
						|||
| 
								 | 
							
								        public string MaterialLevel { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 绝热伴热类型
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("绝热伴热类型")]
							 | 
						|||
| 
								 | 
							
								        public string AdiabatType { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 绝热伴热厚度
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("绝热伴热厚度")]
							 | 
						|||
| 
								 | 
							
								        public string AdiabatThickness { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 【单位】绝热伴热厚度
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("【单位】绝热伴热厚度")]
							 | 
						|||
| 
								 | 
							
								        public string AdiabatThicknessUnit { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 介质相态
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("介质相态")]
							 | 
						|||
| 
								 | 
							
								        public string MediumState { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 管道起点P&ID图号
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("管道起点P&ID图号")]
							 | 
						|||
| 
								 | 
							
								        public string DrawingStartNo { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 管道终点P&ID图号
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("管道终点P&ID图号")]
							 | 
						|||
| 
								 | 
							
								        public string DrawingEndNo { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 管道起点管号
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("管道起点管号")]
							 | 
						|||
| 
								 | 
							
								        public string PipingStart { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 管道终点管号
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("管道终点管号")]
							 | 
						|||
| 
								 | 
							
								        public string PipingEnd { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 压力管道级别
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("压力管道级别")]
							 | 
						|||
| 
								 | 
							
								        public string PipingLevel { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 正常工作条件温度
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("正常工作条件温度")]
							 | 
						|||
| 
								 | 
							
								        public string NormalTemperature { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 【单位】正常工作条件温度
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("【单位】正常工作条件温度")]
							 | 
						|||
| 
								 | 
							
								        public string NormalTemperatureUnit { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 正常工作条件压力
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("正常工作条件压力")]
							 | 
						|||
| 
								 | 
							
								        public string NormalPressure { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 【单位】正常工作条件压力
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("【单位】正常工作条件压力")]
							 | 
						|||
| 
								 | 
							
								        public string NormalPressureUnit { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 设计条件温度
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("设计条件温度")]
							 | 
						|||
| 
								 | 
							
								        public string DesignTemperature { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 【单位】设计条件温度
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("【单位】设计条件温度")]
							 | 
						|||
| 
								 | 
							
								        public string DesignTemperatureUnit { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 设计条件压力
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("设计条件压力")]
							 | 
						|||
| 
								 | 
							
								        public string DesignPressure { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 【单位】设计条件压力
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("【单位】设计条件压力")]
							 | 
						|||
| 
								 | 
							
								        public string DesignPressureUnit { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 涂漆等级
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("涂漆等级")]
							 | 
						|||
| 
								 | 
							
								        public string PaintLevel { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 备注
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("备注")]
							 | 
						|||
| 
								 | 
							
								        public string Remark { get; set; }
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								        /******************
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 伴热介质
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("伴热介质")]
							 | 
						|||
| 
								 | 
							
								        public string 伴热介质 { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 无损检测(RT比例)
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("无损检测(RT比例)")]
							 | 
						|||
| 
								 | 
							
								        public string 无损检测比例 { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 试压介质
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("试压介质")]
							 | 
						|||
| 
								 | 
							
								        public string 试压介质 { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 试压压力
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("试压压力")]
							 | 
						|||
| 
								 | 
							
								        public string 试压压力 { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 伴热管规格
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("伴热管规格")]
							 | 
						|||
| 
								 | 
							
								        public string 伴热管规格 { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 介质代码
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("介质代码")]
							 | 
						|||
| 
								 | 
							
								        public string 介质代码 { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 毒性
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("毒性")]
							 | 
						|||
| 
								 | 
							
								        public string 毒性 { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 热处理
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("热处理")]
							 | 
						|||
| 
								 | 
							
								        public string 热处理 { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 无毒、不可燃、无腐蚀性
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("无毒、不可燃、无腐蚀性")]
							 | 
						|||
| 
								 | 
							
								        public string 无毒不可燃无腐蚀性 { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 无损检测(检查等级)
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("无损检测(检查等级)")]
							 | 
						|||
| 
								 | 
							
								        public string 无损检测检查等级 { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 静电接地
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("静电接地")]
							 | 
						|||
| 
								 | 
							
								        public string 静电接地 { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 泄漏性试验
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("泄漏性试验")]
							 | 
						|||
| 
								 | 
							
								        public string 泄漏性试验 { get; set; }
							 | 
						|||
| 
								 | 
							
								        /// <summary>
							 | 
						|||
| 
								 | 
							
								        /// 可燃
							 | 
						|||
| 
								 | 
							
								        /// </summary>
							 | 
						|||
| 
								 | 
							
								        [JsonProperty("可燃")]
							 | 
						|||
| 
								 | 
							
								        public string 可燃 { get; set; }
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								        **********************/
							 | 
						|||
| 
								 | 
							
								    }
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								    public partial class IDPPreRunPiping
							 | 
						|||
| 
								 | 
							
								    {
							 | 
						|||
| 
								 | 
							
								        public static List<IDPPreRunPiping> FromJson(string json)
							 | 
						|||
| 
								 | 
							
								        {
							 | 
						|||
| 
								 | 
							
								            return JsonConvert.DeserializeObject<List<IDPPreRunPiping>>(json, Model.Converter.Settings);
							 | 
						|||
| 
								 | 
							
								        }
							 | 
						|||
| 
								 | 
							
								    }
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								}
							 | 
						|||
| 
								 | 
							
								
							 |