primera version estable

This commit is contained in:
2026-09-07 12:17:10 +02:00
parent a644c843f4
commit 160122ce5e
22 changed files with 1333 additions and 7 deletions

View File

@@ -0,0 +1,18 @@
// <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; }
}