username@email.com
2024-09-09 e8fd9aa8a76c638991e60544ccab53e2e5bd5b6a
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; }
    }
}