From 18a8fab394f764e5b30c48c8e0d6887ef7d44cbf Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 29 十月 2024 14:22:49 +0800
Subject: [PATCH] 取消拆单
---
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