username@email.com
2024-05-15 c2b4e7c86e790d3880a8da9adeffafb3e6c12145
CoreCms.Net.Model/ViewModels/DTO/Distribution/DistributionRankingDTO.cs
@@ -8,6 +8,7 @@
 *        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; }
    }
}