From 850a2643d3c83f0c1b6aa4e0c210c8f3e4604d17 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 17 五月 2024 17:27:22 +0800
Subject: [PATCH] 简历招聘展示

---
 CoreCms.Net.Model/Entities/Order/CoreCmsPlanOrderItem.cs |   26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

diff --git a/CoreCms.Net.Model/Entities/Order/CoreCmsPlanOrderItem.cs b/CoreCms.Net.Model/Entities/Order/CoreCmsPlanOrderItem.cs
index d68e022..113204f 100644
--- a/CoreCms.Net.Model/Entities/Order/CoreCmsPlanOrderItem.cs
+++ b/CoreCms.Net.Model/Entities/Order/CoreCmsPlanOrderItem.cs
@@ -86,7 +86,31 @@
         [Required(ErrorMessage = "璇疯緭鍏0}")]
         public System.Decimal amount { get; set; }
 
+        /// <summary>
+        /// 鏄惁鍘熷璁㈠崟
+        /// </summary>		
+        [SugarColumn(ColumnDescription = "鏄惁鍘熷璁㈠崟")]
+        public bool isOld { get; set; } = false;
 
-        
+
+
+        /// <summary>
+        /// 鏁伴噺
+        /// </summary>
+        [SugarColumn(IsIgnore = true)]
+        public System.Int32 numsnew { get; set; }
+
+        /// <summary>
+        /// 鏁伴噺
+        /// </summary>
+        [SugarColumn(IsIgnore = true)]
+        public System.Decimal amountnew { get; set; }
+
+        /// <summary>
+        /// id
+        /// </summary>
+        [SugarColumn(IsIgnore = true)]
+        public System.Int32 idnew { get; set; }
+
     }
 }

--
Gitblit v1.9.1