primera version estable
This commit is contained in:
18
bdEmtusa/db/configuracion.cs
Normal file
18
bdEmtusa/db/configuracion.cs
Normal 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; }
|
||||
}
|
||||
Reference in New Issue
Block a user