From 626943b5ba84ce44bc19f4c3b8e8e94638bec733 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 09 九月 2024 14:15:59 +0800
Subject: [PATCH] 查单

---
 CoreCms.Net.Model/Entities/Order/CoreCmsPlanOrder.cs |   40 +++++++++++++++++++++++++++++++++++++++-
 1 files changed, 39 insertions(+), 1 deletions(-)

diff --git a/CoreCms.Net.Model/Entities/Order/CoreCmsPlanOrder.cs b/CoreCms.Net.Model/Entities/Order/CoreCmsPlanOrder.cs
index cea3557..24e318b 100644
--- a/CoreCms.Net.Model/Entities/Order/CoreCmsPlanOrder.cs
+++ b/CoreCms.Net.Model/Entities/Order/CoreCmsPlanOrder.cs
@@ -13,7 +13,7 @@
     /// <summary>
     /// 璁″垝璁㈠崟琛�
     /// </summary>
-    [SqlCodeFirst]
+    //[SqlCodeFirst]
     public class CoreCmsPlanOrder : BFBaseModel
     {
 
@@ -213,5 +213,43 @@
         /// </summary>
         [SugarColumn(IsIgnore = true)]
         public string statusText { get; set; }
+
+
+        /// <summary>
+        /// 宸茶姳璐归噾棰�
+        /// </summary>
+        [Display(Name = "宸茶姳璐归噾棰�")]
+
+        [Required(ErrorMessage = "璇疯緭鍏0}")]
+
+
+
+        public System.Decimal huaFeiAmount { get; set; }
+
+
+        /// <summary>
+        /// 璋冩暣璁㈠崟閲戦
+        /// </summary>
+        [SugarColumn(IsIgnore = true)]
+
+
+
+        public System.Decimal orderAmounts { get; set; }
+        /// <summary>
+        /// 璁″垝璁㈠崟閲戦
+        /// </summary>
+        [SugarColumn(IsIgnore = true)]
+
+
+
+        public System.Decimal oldOrderAmounts { get; set; }
+        /// <summary>
+        /// 鍙敤浣欓
+        /// </summary>
+        [SugarColumn(IsIgnore = true)]
+
+
+
+        public System.Decimal keYongAmounts { get; set; }
     }
 }

--
Gitblit v1.9.1