更新202612

This commit is contained in:
GukSang.Jin
2026-05-20 13:33:15 +08:00
parent 43893e5da6
commit 17d9904898
7 changed files with 250 additions and 30 deletions

View File

@@ -14,6 +14,13 @@ namespace TabletTester2025.ViewModels
private double _groupAverageDeviation;
private double _groupRSD;
private DateTime _recordedAt;
private bool _isSummaryRow;
public bool IsSummaryRow
{
get => _isSummaryRow;
set => SetProperty(ref _isSummaryRow, value);
}
public int GroupNo
{