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