|
@@ -198,11 +198,11 @@ namespace Hotline.Statistics
|
|
[SugarColumn(Length = 10, DecimalDigits = 6, ColumnDescription = "总满意率")]
|
|
[SugarColumn(Length = 10, DecimalDigits = 6, ColumnDescription = "总满意率")]
|
|
public decimal AllSatisfaction { get; set; }
|
|
public decimal AllSatisfaction { get; set; }
|
|
|
|
|
|
- /// <summary>
|
|
|
|
- /// 统计日期
|
|
|
|
- /// </summary>
|
|
|
|
- [SugarColumn(ColumnDescription = "统计日期")]
|
|
|
|
- public int DateTime { get; set; }
|
|
|
|
|
|
+ ///// <summary>
|
|
|
|
+ ///// 统计日期
|
|
|
|
+ ///// </summary>
|
|
|
|
+ //[SugarColumn(ColumnDescription = "统计日期")]
|
|
|
|
+ //public int DateTime { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 统计时限
|
|
/// 统计时限
|