feat(api): WorkloadBaseQuery добавлен параметр TimeZoneOffsetHours, смещение таймзоны для построения отчетов в часовом поясе клиента

This commit is contained in:
Mikhail Trubnikov
2024-08-29 10:15:54 +10:00
parent a30ed148e8
commit 1e8d409c77
5 changed files with 16 additions and 12 deletions

View File

@@ -10,5 +10,7 @@
public bool? IsActiveSchedule { get; set; }
public bool? IsMonth { get; set; }
public int TimeZoneOffsetHours { get; set; } = 0;
}
}