actualizacion de entidades
This commit is contained in:
@@ -5,19 +5,19 @@ namespace Entidades;
|
||||
|
||||
public partial class Defecto
|
||||
{
|
||||
public long id { get; set; }
|
||||
public long Id { get; set; }
|
||||
|
||||
public string descripcion { get; set; } = null!;
|
||||
public string Descripcion { get; set; } = null!;
|
||||
|
||||
public decimal costo { get; set; }
|
||||
public decimal Costo { get; set; }
|
||||
|
||||
public int? idestado { get; set; }
|
||||
public int? Idestado { get; set; }
|
||||
|
||||
public long? idcontrato { get; set; }
|
||||
public long? Idcontrato { get; set; }
|
||||
|
||||
public ulong pagainquilino { get; set; }
|
||||
public ulong Pagainquilino { get; set; }
|
||||
|
||||
public virtual Contrato? idcontratoNavigation { get; set; }
|
||||
public virtual Contrato? IdcontratoNavigation { get; set; }
|
||||
|
||||
public virtual Estadodefecto? idestadoNavigation { get; set; }
|
||||
public virtual Estadodefecto? IdestadoNavigation { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user