using System; using System.Collections.Generic; using PropertyChanged; namespace bdAsegasa.db; [AddINotifyPropertyChangedInterface] public partial class axa__tractores_temp3 { public int idPoliza { get; set; } public DateTime? FechaAlta { get; set; } public DateOnly? FechaEnvioCompania { get; set; } public string? NumeroPoliza { get; set; } public DateOnly? FechaReciboCompania { get; set; } public DateOnly FechaEfecto { get; set; } public DateOnly FechaVencimiento { get; set; } /// /// tabla compañia /// public int idCompania { get; set; } /// /// tabla ramos /// public int idRamo { get; set; } /// /// tabla agentes /// public int idAgente { get; set; } public int? idSubAgente { get; set; } /// /// tabla enumeraciones /// public int? idTipoCobro { get; set; } public string? Matricula { get; set; } /// /// Tabla Modelos /// public int? idModelo { get; set; } public int NumeroSuplemento { get; set; } /// /// tabla usuarios, quien da de alta /// public int? idUsuario { get; set; } public DateOnly? FechaBaja { get; set; } /// /// Tabla enumeraciones /// public int? idCausaBaja { get; set; } public DateOnly? FechaIncorporacionPropuesta { get; set; } public bool RechazoSuplemento { get; set; } /// /// Numero de poliza del multitarificador /// public int? idMultitarificador { get; set; } public string? BienesAsegurados { get; set; } public string? Coberturas { get; set; } public string? Garantias { get; set; } public string? Observaciones { get; set; } public int? idTipoPago { get; set; } public DateOnly? FechaMandato { get; set; } public int? NumeroDirectorio { get; set; } public string? IBAN { get; set; } public string? DescripcionSuplemento { get; set; } public int? idDuracion { get; set; } public int? idSituacion { get; set; } public int? idFicheroPresupuesto { get; set; } public DateTime? FechaAceptacionPresupuesto { get; set; } public int? idOrigenPresupuesto { get; set; } public string? ReferenciaAsegasa { get; set; } }