This commit is contained in:
fedpo
2024-08-06 06:16:48 +01:00
parent 5b7ee8c6bc
commit 88e614d538
48 changed files with 454 additions and 152 deletions

View File

@@ -10,6 +10,11 @@ namespace Entidades
{
public int MesesHastaConsumoPreferente { get; set; }
public int MesesHastaVencimiento { get; set; }
public ProductoPercedero()
{
EsPerecedero = true; // Indica que este producto es perecedero
}
}
}