From 4b21b877847a4e9abe07091b7f8381f7a7c44e98 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期五, 14 六月 2024 09:24:25 +0800
Subject: [PATCH] no message
---
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