feature: Schema, Migrations, Core CRUD, and Redis Threshold Cache
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public record AlertThresholdRequest(
|
||||
string ObservationCode,
|
||||
string DisplayName,
|
||||
string Unit,
|
||||
decimal? CriticalLow,
|
||||
decimal? WarningLow,
|
||||
decimal? WarningHigh,
|
||||
decimal? CriticalHigh);
|
||||
Reference in New Issue
Block a user