falta que se actualize numProducto y los infomes
This commit is contained in:
@@ -3,8 +3,16 @@ namespace Entidades
|
||||
{
|
||||
public class Lote: Detalle<Producto>
|
||||
{
|
||||
public int IdRemito { get; set; }
|
||||
public DateTime Fecha { get; set; }
|
||||
public bool Habilitado { get; set; }
|
||||
public string NombreProducto
|
||||
{
|
||||
get
|
||||
{
|
||||
return Producto.Nombre;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user