arreglado tema de que fallaba poner varios detalles

This commit is contained in:
fedpo
2024-10-17 05:36:10 +01:00
parent 2c9aaee3f9
commit 4feb81f3a8
42 changed files with 1378 additions and 156 deletions

View File

@@ -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");