更新202612
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user