using System.ComponentModel.DataAnnotations.Schema; using CH.Enum; namespace CH.Dal.DbEntity; public partial class EnergyRateException { [Column(TypeName = "energy_rate_exception_treshold_reset_type")] public EnergyRateExceptionTresholdResetType ResetType { get; set; } }