项目主数据

This commit is contained in:
geh
2026-06-11 09:52:30 +08:00
parent eb3003bc21
commit 716c838be0
29 changed files with 2957 additions and 212 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; }
}