From cc170291673472d3cda8d7ea77f6bd3a3b5dbb83 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 09 九月 2024 14:06:09 +0800
Subject: [PATCH] 增加了一些统计修改

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

diff --git a/CoreCms.Net.Model/Entities/Order/CoreCmsPlanOrder.cs b/CoreCms.Net.Model/Entities/Order/CoreCmsPlanOrder.cs
index 4631c2e..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
     {
 
@@ -37,6 +37,65 @@
 
         public System.String orderId { get; set; }
 
+
+        /// <summary>
+        /// 鐪両d
+        /// </summary>
+        [Display(Name = "鐪両d")]
+
+
+
+        public System.Int32 shengId { get; set; }
+
+
+        /// <summary>
+        /// 甯侷d
+        /// </summary>
+        [Display(Name = "甯侷d")]
+
+
+
+        public System.Int32 shiId { get; set; }
+
+
+
+        /// <summary>
+        /// 甯�
+        /// </summary>
+        [Display(Name = "甯�")]
+
+
+
+        public System.String shi { get; set; }
+
+
+        /// <summary>
+        /// 鍖哄幙Id
+        /// </summary>
+        [Display(Name = "鍖哄幙Id")]
+
+
+
+        public System.Int32 quxianId { get; set; }
+
+
+        /// <summary>
+        /// 鍖哄幙鍚嶇О
+        /// </summary>
+        [Display(Name = "鍖哄幙鍚嶇О")]
+
+
+
+        public System.String quxian { get; set; }
+
+
+        /// <summary>
+        /// 鐗囧尯
+        /// </summary>
+        [Display(Name = "鐗囧尯")]
+
+
+        public System.String pianqu { get; set; }
 
         /// <summary>
         /// 璋冩暣璁㈠崟閲戦
@@ -94,7 +153,6 @@
 
         [StringLength(maximumLength: 50, ErrorMessage = "{0}涓嶈兘瓒呰繃{1}瀛�")]
 
-
         public System.String shipName { get; set; }
 
 
@@ -110,10 +168,17 @@
         public System.String shipMobile { get; set; }
 
 
-        
+
+        /// <summary>
+        /// 鏀惰揣鍦板潃
+        /// </summary>
+        [Display(Name = "鏀惰揣鍦板潃")]
+
+        [StringLength(maximumLength: 200, ErrorMessage = "{0}涓嶈兘瓒呰繃{1}瀛�")]
+
+        public System.String shouhuoAddress { get; set; }
 
 
-        
 
 
 
@@ -148,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