- 2026-05-12 1.2.0.0 Correccion tsUtilidades
- 2026-05-12 1.1.0.0 Se añade rutina diaria FinalizaPolizasPagoUnicoVencidas
This commit is contained in:
@@ -191,4 +191,11 @@ public partial class vf_recibosextendidos
|
||||
public string? CodigoCausaDevolucion { get; set; }
|
||||
|
||||
public DateOnly? FechaRemesa { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// tabla enumeraciones
|
||||
/// </summary>
|
||||
public int? idTipoCobro { get; set; }
|
||||
|
||||
public DateOnly? FechaBajaPoliza { get; set; }
|
||||
}
|
||||
|
||||
@@ -3796,7 +3796,7 @@ public partial class gestionasegasaContext : DbContext
|
||||
|
||||
entity.Property(e => e.idPlantilla).HasColumnType("int(11)");
|
||||
entity.Property(e => e.Codigo)
|
||||
.HasMaxLength(30)
|
||||
.HasMaxLength(60)
|
||||
.UseCollation("latin1_swedish_ci")
|
||||
.HasCharSet("latin1");
|
||||
entity.Property(e => e.Descripcion)
|
||||
@@ -6275,6 +6275,9 @@ public partial class gestionasegasaContext : DbContext
|
||||
entity.Property(e => e.idSituacion).HasColumnType("int(11)");
|
||||
entity.Property(e => e.idSubagente).HasColumnType("int(11)");
|
||||
entity.Property(e => e.idTipo).HasColumnType("int(11)");
|
||||
entity.Property(e => e.idTipoCobro)
|
||||
.HasComment("tabla enumeraciones")
|
||||
.HasColumnType("int(11)");
|
||||
entity.Property(e => e.idTipoPago)
|
||||
.HasComment("tabla enumeraciones")
|
||||
.HasColumnType("int(11)");
|
||||
|
||||
Reference in New Issue
Block a user