From a9d26b7c151f2727c9dc06a8236f2cf45a765cda Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 17 五月 2024 08:55:13 +0800
Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/baifenbaishop
---
CoreCms.Net.Model/ViewModels/DTO/Distribution/DistributionRankingDTO.cs | 40 ++++++++++++++++++++++++++++++++--------
1 files changed, 32 insertions(+), 8 deletions(-)
diff --git a/CoreCms.Net.Model/ViewModels/DTO/Distribution/DistributionRankingDTO.cs b/CoreCms.Net.Model/ViewModels/DTO/Distribution/DistributionRankingDTO.cs
index 1604e8c..e22ec2f 100644
--- a/CoreCms.Net.Model/ViewModels/DTO/Distribution/DistributionRankingDTO.cs
+++ b/CoreCms.Net.Model/ViewModels/DTO/Distribution/DistributionRankingDTO.cs
@@ -1,13 +1,14 @@
锘�/***********************************************************************
- * Project: CoreCms
- * ProjectName: 鏍稿績鍐呭绠$悊绯荤粺
- * Web: https://www.corecms.net
- * Author: 澶х伆鐏�
- * Email: jianweie@163.com
- * CreateTime: 2021/1/31 21:45:10
+ * Project: baifenBinfa
+ * ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺
+ * Web: http://chuanyin.com
+ * Author:
+ * Email:
+ * CreateTime: 202403/02
* Description: 鏆傛棤
***********************************************************************/
+using SqlSugar;
using System;
namespace CoreCms.Net.Model.ViewModels.DTO.Distribution
@@ -15,13 +16,13 @@
public class DistributionRankingDTO
{
/// <summary>
- /// 鍒嗛攢鍟嗗簭鍒�
+ /// 缁忛攢鍟嗗簭鍒�
/// </summary>
public int id { get; set; }
/// <summary>
- /// 鍒嗛攢鍟嗘樀绉�
+ /// 缁忛攢鍟嗘樀绉�
/// </summary>
public string nickname { get; set; }
@@ -39,5 +40,28 @@
/// 璁㈠崟鏁�
/// </summary>
public decimal orderCount { get; set; }
+
+
+ /// <summary>
+ /// 寮�濮嬫椂闂�
+ /// </summary>
+ public string startTime { get; set; }
+
+ /// <summary>
+ /// 缁撴潫鏃堕棿
+ /// </summary>
+ public string endTime { get; set; }
+
+
+ /// <summary>
+ /// 缁╂晥鎬婚
+ /// </summary>
+ public string achievementTotals { get; set; }
+
+ /// <summary>
+ /// 缁╂晥濂栧姳鎬诲拰
+ /// </summary>
+ public string achievementBonus { get; set; }
+
}
}
\ No newline at end of file
--
Gitblit v1.9.1