| 
									
										
										
										
											2025-07-17 14:22:38 +08:00
										 |  |  |  | // <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 Newtonsoft.Json; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |     /// <summary> | 
					
						
							|  |  |  |  |     /// IDP设计图纸接口返回参数 | 
					
						
							|  |  |  |  |     /// </summary> | 
					
						
							|  |  |  |  |     public partial class IDPDesignDrawingResponseData | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |         ///// <summary> | 
					
						
							|  |  |  |  |         ///// 返回状态 | 
					
						
							|  |  |  |  |         ///// </summary> | 
					
						
							|  |  |  |  |         //[JsonProperty("code")] | 
					
						
							|  |  |  |  |         //public int code { get; set; } | 
					
						
							|  |  |  |  |         ///// <summary> | 
					
						
							|  |  |  |  |         ///// 返回消息 | 
					
						
							|  |  |  |  |         ///// </summary> | 
					
						
							|  |  |  |  |         //[JsonProperty("msg")] | 
					
						
							|  |  |  |  |         //public string msg { get; set; } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 返回数据结果对象 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("page")] | 
					
						
							|  |  |  |  |         public IDPDesignDrawingPageData page { get; set; } | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |     /// <summary> | 
					
						
							|  |  |  |  |     /// 数据结果对象 | 
					
						
							|  |  |  |  |     /// </summary> | 
					
						
							|  |  |  |  |     public partial class IDPDesignDrawingPageData | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 当前查询页码 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("pageNum")] | 
					
						
							|  |  |  |  |         public int pageNum { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 当前查询每页条数 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("pageSize")] | 
					
						
							|  |  |  |  |         public int pageSize { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 本页查询获取数量 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("size")] | 
					
						
							|  |  |  |  |         public int size { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 总数 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("total")] | 
					
						
							|  |  |  |  |         public int total { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 总页码 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("pages")] | 
					
						
							|  |  |  |  |         public int pages { get; set; } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 返回设计图纸数据结果对象 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("results")] | 
					
						
							|  |  |  |  |         public System.Collections.Generic.List<IDPDesignDrawing> results { get; set; } | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |     /// <summary> | 
					
						
							|  |  |  |  |     /// IDP设计图纸 | 
					
						
							|  |  |  |  |     /// </summary> | 
					
						
							|  |  |  |  |     public partial class IDPDesignDrawing | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// IDP文件ID | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("fileId")] | 
					
						
							|  |  |  |  |         public string fileId { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// IDP主键推送批次id:stockId | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("stockId")] | 
					
						
							|  |  |  |  |         public string stockId { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 文件网盘id | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("thirdId")] | 
					
						
							|  |  |  |  |         public string thirdId { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 主项目编号 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("projectCode")] | 
					
						
							|  |  |  |  |         public string projectCode { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 项目信息 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("displayProjectName")] | 
					
						
							|  |  |  |  |         public string displayProjectName { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 装工主编码 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("projectDeviceProcedureSubjectCode")] | 
					
						
							|  |  |  |  |         public string projectDeviceProcedureSubjectCode { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 装工主名称 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("wbsFullPath")] | 
					
						
							|  |  |  |  |         public string wbsFullPath { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 文件编码 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("formatFileCode")] | 
					
						
							|  |  |  |  |         public string formatFileCode { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 文件名称 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("formatFileName")] | 
					
						
							|  |  |  |  |         public string formatFileName { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 版次 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("fileVersion")] | 
					
						
							|  |  |  |  |         public string fileVersion { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 专业 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("majorNo")] | 
					
						
							|  |  |  |  |         public string majorNo { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							| 
									
										
										
										
											2025-07-17 18:17:56 +08:00
										 |  |  |  |         /// 专业名称 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("majorName")] | 
					
						
							|  |  |  |  |         public string majorName { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							| 
									
										
										
										
											2025-07-17 14:22:38 +08:00
										 |  |  |  |         /// 发布状态 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("status")] | 
					
						
							|  |  |  |  |         public string status { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 设计人 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("designUserName")] | 
					
						
							|  |  |  |  |         public string designUserName { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 校核人 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("jiaoheUserName")] | 
					
						
							|  |  |  |  |         public string jiaoheUserName { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 审核人 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("shenheUserName")] | 
					
						
							|  |  |  |  |         public string shenheUserName { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 审定人 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("shendingUserName")] | 
					
						
							|  |  |  |  |         public string shendingUserName { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 专业负责人 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("majorResponsibleUserName")] | 
					
						
							|  |  |  |  |         public string majorResponsibleUserName { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 保密等级 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("classificationLevelInProject")] | 
					
						
							|  |  |  |  |         public string classificationLevelInProject { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 入库日期 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("updateTime")] | 
					
						
							|  |  |  |  |         public DateTime? updateTime { get; set; } | 
					
						
							|  |  |  |  |         /// <summary> | 
					
						
							|  |  |  |  |         /// 备注 | 
					
						
							|  |  |  |  |         /// </summary> | 
					
						
							|  |  |  |  |         [JsonProperty("remark")] | 
					
						
							|  |  |  |  |         public string remark { get; set; } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         ///// <summary> | 
					
						
							|  |  |  |  |         ///// 数字档案馆RdpId | 
					
						
							|  |  |  |  |         ///// </summary> | 
					
						
							|  |  |  |  |         //[JsonProperty("RdpId")] | 
					
						
							|  |  |  |  |         //public string RdpId { get; set; } | 
					
						
							|  |  |  |  |         ///// <summary> | 
					
						
							|  |  |  |  |         ///// 盖章前文件id | 
					
						
							|  |  |  |  |         ///// </summary> | 
					
						
							|  |  |  |  |         //[JsonProperty("fileid")] | 
					
						
							|  |  |  |  |         //public string fileid { get; set; } | 
					
						
							|  |  |  |  |         ///// <summary> | 
					
						
							|  |  |  |  |         ///// 盖章后文件id | 
					
						
							|  |  |  |  |         ///// </summary> | 
					
						
							|  |  |  |  |         //[JsonProperty("upfileid")] | 
					
						
							|  |  |  |  |         //public string upfileid { get; set; } | 
					
						
							|  |  |  |  |         ///// <summary> | 
					
						
							|  |  |  |  |         ///// 文件名称 | 
					
						
							|  |  |  |  |         ///// </summary> | 
					
						
							|  |  |  |  |         //[JsonProperty("maintitle")] | 
					
						
							|  |  |  |  |         //public string maintitle { get; set; } | 
					
						
							|  |  |  |  |         ///// <summary> | 
					
						
							|  |  |  |  |         ///// 文件编号 | 
					
						
							|  |  |  |  |         ///// </summary> | 
					
						
							|  |  |  |  |         //[JsonProperty("doc_no")] | 
					
						
							|  |  |  |  |         //public string doc_no { get; set; } | 
					
						
							|  |  |  |  |         ///// <summary> | 
					
						
							|  |  |  |  |         ///// 版次 | 
					
						
							|  |  |  |  |         ///// </summary> | 
					
						
							|  |  |  |  |         //[JsonProperty("bc")] | 
					
						
							|  |  |  |  |         //public string bc { get; set; } | 
					
						
							|  |  |  |  |         ///// <summary> | 
					
						
							|  |  |  |  |         ///// 入库档案号 | 
					
						
							|  |  |  |  |         ///// </summary> | 
					
						
							|  |  |  |  |         //[JsonProperty("archnumber")] | 
					
						
							|  |  |  |  |         //public string archnumber { get; set; } | 
					
						
							|  |  |  |  |         ///// <summary> | 
					
						
							|  |  |  |  |         ///// 档案室验收日期 | 
					
						
							|  |  |  |  |         ///// </summary> | 
					
						
							|  |  |  |  |         //[JsonProperty("sendtime")] | 
					
						
							|  |  |  |  |         //public DateTime? sendtime { get; set; } | 
					
						
							|  |  |  |  |         ///// <summary> | 
					
						
							|  |  |  |  |         ///// 蓝图打印日期 | 
					
						
							|  |  |  |  |         ///// </summary> | 
					
						
							|  |  |  |  |         //[JsonProperty("printtime")] | 
					
						
							|  |  |  |  |         //public DateTime? printtime { get; set; } | 
					
						
							|  |  |  |  |         ///// <summary> | 
					
						
							|  |  |  |  |         ///// 蓝图是否寄出(是、否) | 
					
						
							|  |  |  |  |         ///// </summary> | 
					
						
							|  |  |  |  |         //[JsonProperty("ifmail")] | 
					
						
							|  |  |  |  |         //public string ifmail { get; set; } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |     public partial class IDPDesignDrawingResponseData | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |         public static IDPDesignDrawingResponseData FromJson(string json) | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  |             return JsonConvert.DeserializeObject<IDPDesignDrawingResponseData>(json, Model.Converter.Settings); | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 |