2026-01-27 02

This commit is contained in:
2026-01-27 13:08:08 +01:00
parent 415b281213
commit 328dc37571
12 changed files with 345 additions and 95 deletions

View File

@@ -9,7 +9,7 @@ public partial class tablaplumas
{
public int idPluma { get; set; }
public int idModelo { get; set; }
public int idProducto { get; set; }
public double Pluma { get; set; }
@@ -19,5 +19,5 @@ public partial class tablaplumas
public string? Observaciones { get; set; }
public virtual modelosgruas idModeloNavigation { get; set; } = null!;
public virtual productos idProductoNavigation { get; set; } = null!;
}