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.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