feature<Statistics>: add statistics for current year

This commit is contained in:
leo 2022-01-12 18:38:03 +08:00
parent 90eaf484fb
commit 1ad5ff1bd8
7 changed files with 185 additions and 163 deletions

View file

@ -3,6 +3,10 @@
/// 统计图表样品
/// </summary>
public class StatisticSample {
/// <summary>
/// 在图表中的顺序
/// </summary>
public int Index { get; set; }
/// <summary>
/// 样品名
/// </summary>