From 90858c80d9921b555119f41060c1f883f6e6ffc5 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 26 十二月 2024 12:49:35 +0800
Subject: [PATCH] 提交

---
 DocumentServiceAPI.Model/cyDocumentModel/Doc_Info.cs |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/DocumentServiceAPI.Model/cyDocumentModel/Doc_Info.cs b/DocumentServiceAPI.Model/cyDocumentModel/Doc_Info.cs
index 1303c23..884bc5e 100644
--- a/DocumentServiceAPI.Model/cyDocumentModel/Doc_Info.cs
+++ b/DocumentServiceAPI.Model/cyDocumentModel/Doc_Info.cs
@@ -49,6 +49,30 @@
         public bool is_del { get; set; }
 
         /// <summary>
+        /// 鎺掑簭
+        /// </summary>
+        public int? sort { get; set; }
+
+        /// <summary>
+        /// 璧勬牸鏂囦欢绫诲瀷
+        /// </summary>
+        public int? zige_code { get; set; }
+
+        /// <summary>
+        /// 鑾峰鏃堕棿
+        /// </summary>           
+        public DateTime? zb_time { get; set; }
+
+
+        /// <summary>
+        /// 鍏宠仈鍒嗙被
+        /// </summary>
+        [SugarColumn(IsIgnore = true)]
+        [Navigate(NavigateType.OneToOne, nameof(zige_code))]
+        public Document_Dictionary? document_Dictionary { get; set; }
+
+
+        /// <summary>
         /// 鍏宠仈鍒嗙被
         /// </summary>
         [SugarColumn(IsIgnore = true)]
@@ -61,6 +85,13 @@
         [SugarColumn(IsIgnore = true)]
         [Navigate(NavigateType.OneToOne, nameof(org_id))]
         public Document_TenderUnit? DocOrganization { get; set; }
+
+        /// <summary>
+        /// 鍏宠仈椤圭洰
+        /// </summary>
+        [SugarColumn(IsIgnore = true)]
+        [Navigate(NavigateType.OneToOne, nameof(project_id))]
+        public Document_ProjectInfo? DocProject { get; set; }
     }
 
 }

--
Gitblit v1.9.1