From 445d14becca6b5251814934343d7a6394ada6009 Mon Sep 17 00:00:00 2001
From: 小飞侠 <8277136+liaoxujun@user.noreply.gitee.com>
Date: 星期五, 17 十月 2025 16:55:19 +0800
Subject: [PATCH] no message
---
CoreCms.Net.Model/ViewModels/DTO/Distribution/DistributionRankingDTO.cs | 32 ++++++++++++++++++++++++++++----
1 files changed, 28 insertions(+), 4 deletions(-)
diff --git a/CoreCms.Net.Model/ViewModels/DTO/Distribution/DistributionRankingDTO.cs b/CoreCms.Net.Model/ViewModels/DTO/Distribution/DistributionRankingDTO.cs
index 13b3cfd..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
+ * Project: baifenBinfa
* ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺
- * Web: hhtp://chuanyin.com
+ * 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