// This file has been auto generated by EF Core Power Tools. #nullable enable using System; using System.Collections.Generic; namespace bdEmtusa.db; public partial class configuracion { public int id { get; set; } public string codigo { get; set; } = null!; public string? grupo { get; set; } public string? valor { get; set; } }