From c0fd34dd01b5a00015d2e6ce31dbdf9f6a9e79b5 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期四, 18 四月 2024 11:48:16 +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