arreglado tema de que fallaba poner varios detalles
This commit is contained in:
@@ -179,6 +179,9 @@ namespace Modelo.Migrations
|
||||
b.Property<int>("IdRemito")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<int>("CantRecibida")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<int>("Cantidad")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user