Files
EmtusaHuelva/bdEmtusa/db/configuracion.cs
2026-09-07 12:17:10 +02:00

19 lines
389 B
C#

// <auto-generated> This file has been auto generated by EF Core Power Tools. </autogenerated>
#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; }
}