Fix: Ram y PS1

This commit is contained in:
2025-10-08 14:03:40 -03:00
parent afd378712c
commit 9a6d4f0437
4 changed files with 38 additions and 57 deletions

View File

@@ -4,7 +4,7 @@ namespace Inventario.API.Models
public class MemoriaRam
{
public int Id { get; set; }
public string? Part_number { get; set; }
public string? PartNumber { get; set; }
public string? Fabricante { get; set; }
public int Tamano { get; set; }
public int? Velocidad { get; set; }