arreglado tema clientes y otras cosas
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
|
||||
namespace Entidades
|
||||
{
|
||||
public class Lote
|
||||
public class Lote: Detalle<Producto>
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public DateTime Fecha { get; set; }
|
||||
public Producto Producto { get; set; }
|
||||
public long CantidadDeProductos { get; set; }
|
||||
public bool Habilitado { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user