From 2d2a6b9d20ae8c5d9fcbedac48b4428f696fa127 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 16 五月 2024 14:46:35 +0800 Subject: [PATCH] 招聘简历打印 --- CoreCms.Net.Model/ViewModels/DTO/Distribution/DistributionRankingDTO.cs | 28 ++++++++++++++++++++++++++-- 1 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CoreCms.Net.Model/ViewModels/DTO/Distribution/DistributionRankingDTO.cs b/CoreCms.Net.Model/ViewModels/DTO/Distribution/DistributionRankingDTO.cs index 37a4cea..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 @@ -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