From 5d6cb15ac86d9174393cb9d1538d69b567e2c26c Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期四, 09 五月 2024 08:56:50 +0800
Subject: [PATCH] 修改货品编辑bug

---
 CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs b/CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs
index bdcab54..4585ad9 100644
--- a/CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs
+++ b/CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs
@@ -120,6 +120,20 @@
         public System.Decimal price { get; set; }
 
         /// <summary>
+        /// 缁忛攢鍟嗕环鏍�
+        /// </summary>
+        public System.Decimal distributionPrice { get; set; }
+
+        /// <summary>
+        /// 缁忛攢鍟嗚喘涔版彁鎴�
+        /// </summary>
+        public System.Decimal distributionCutMoney { get; set; }
+        /// <summary>
+        /// 鏅�氬晢鎴疯喘涔版彁鎴�
+        /// </summary>
+        public System.Decimal cutMoney { get; set; }
+
+        /// <summary>
         /// 璐у搧甯傚満浠�
         /// </summary>
 
@@ -154,6 +168,15 @@
         /// 鏄惁鍙備笌钀ラ攢锛堜紭鎯犲埜锛屾弧鍑忥紝绉掓潃锛屽洟璐級
         /// </summary>
         public bool isInActivity { get; set; }
+        /// <summary>
+        /// areaCode
+        /// </summary>
+        public string areaCode { get; set; }
+
+        /// <summary>
+        /// 鍦板潃淇℃伅
+        /// </summary>
+        public string area { get; set; }
 
     }
 }

--
Gitblit v1.9.1