constellation-api/CH.Enum/EnergyRateExceptionThresholdResetType.cs

9 lines
126 B
C#
Raw Normal View History

2025-01-08 17:16:27 -05:00
using NpgsqlTypes;
namespace CH.Enum;
public enum EnergyRateExceptionThresholdResetType
2025-01-08 17:16:27 -05:00
{
[PgName("daily")]
daily,
2025-01-08 17:16:27 -05:00
}