移动系统liao
2024-04-26 7ab5760a2657ef9fdae3ab919a474075315c103c
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; }
    }
}