mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Rename model fields to more appropriate names.
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
{
|
||||
public class MemoryByMachine
|
||||
{
|
||||
public int Machine { get; set; }
|
||||
public int Type { get; set; }
|
||||
public int Usage { get; set; }
|
||||
public long? Size { get; set; }
|
||||
public double? Speed { get; set; }
|
||||
public long Id { get; set; }
|
||||
public int MachineId { get; set; }
|
||||
public int Type { get; set; }
|
||||
public int Usage { get; set; }
|
||||
public long? Size { get; set; }
|
||||
public double? Speed { get; set; }
|
||||
public long Id { get; set; }
|
||||
|
||||
public Machines MachineNavigation { get; set; }
|
||||
public Machines Machine { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user