移动系统liao
2024-05-20 24c7242181f02ff6bb5e98ebd42c734aea120c13
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; }
    }
}