This commit is contained in:
2026-06-01 17:55:35 +08:00
parent a897bee59f
commit a4d45947e2
4 changed files with 150 additions and 68 deletions
@@ -185,9 +185,21 @@ namespace Model
#endregion
/// <summary>
/// 使用情况
/// 使用情况(近三天)
/// </summary>
public string Usage { get; set; }
public string UsageDays { get; set; }
/// <summary>
/// 使用情况(近一周)
/// </summary>
public string UsageWeek { get; set; }
/// <summary>
/// 使用情况(近一月)
/// </summary>
public string UsageMonth { get; set; }
/// <summary>
/// 使用情况(近三个月)
/// </summary>
public string UsageThreeMonth { get; set; }
}