2026-01-27 03

This commit is contained in:
2026-01-27 13:51:55 +01:00
parent 328dc37571
commit a222729a6a
4 changed files with 30 additions and 26 deletions

View File

@@ -23,7 +23,7 @@ public partial class productos
public string? ReferenciaFabrica { get; set; }
public int? TipoProducto { get; set; }
public int? Tipo { get; set; }
public string? CodigoBarras { get; set; }
@@ -49,6 +49,8 @@ public partial class productos
public double PrecioVenta { get; set; }
public DateOnly FechaAlta { get; set; }
public DateTime? FechaBaja { get; set; }
public double? PorcentajeDescuento { get; set; }