From e8fd9aa8a76c638991e60544ccab53e2e5bd5b6a Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 09 九月 2024 14:16:02 +0800
Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/baifenbaishop

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

diff --git a/CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs b/CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs
index bdcab54..2dc3796 100644
--- a/CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs
+++ b/CoreCms.Net.DTO/ComponentsDTO/GoodListDTO.cs
@@ -1,4 +1,6 @@
-锘縰sing System;
+锘縰sing CoreCms.Net.Model.Entities;
+using SqlSugar;
+using System;
 using System.Collections.Generic;
 using System.ComponentModel.DataAnnotations;
 using System.Linq;
@@ -120,6 +122,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 +170,29 @@
         /// 鏄惁鍙備笌钀ラ攢锛堜紭鎯犲埜锛屾弧鍑忥紝绉掓潃锛屽洟璐級
         /// </summary>
         public bool isInActivity { get; set; }
+        /// <summary>
+        /// areaCode
+        /// </summary>
+        public string areaCode { get; set; }
+
+        /// <summary>
+        /// 鍦板潃淇℃伅
+        /// </summary>
+        public string area { get; set; }
+
+
+        /// <summary>
+        /// 鍙戝竷鑰卌msUserID
+        /// </summary>		
+
+        public int? publisherId { get; set; }
+
+
+
+        /// <summary>
+        /// 瀹℃牳鐘舵��
+        /// </summary>		
+        public AuditStatusType? auditStatus { get; set; }
 
     }
 }

--
Gitblit v1.9.1