Add volume history to platform summary

This commit is contained in:
2025-08-15 21:27:07 +07:00
parent 4292e9e02f
commit b4f6dc871b
8 changed files with 67 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
using Managing.Application.Abstractions.Models;
using Managing.Common;
namespace Managing.Api.Models.Responses
@@ -146,6 +147,7 @@ namespace Managing.Api.Models.Responses
/// When the last 24-hour snapshot was taken
/// </summary>
public required DateTime Last24HourSnapshot { get; set; }
public List<VolumeHistoryPoint> VolumeHistory { get; internal set; }
}
/// <summary>