From b38c91e5cce54e1114ec5968c722c1a1c57bd21a Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期五, 21 六月 2024 13:27:00 +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