using NpgsqlTypes; namespace CH.Enum; public enum EnergyRateExceptionThresholdResetType { [PgName("daily")] daily, }