mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Migrate to .NET Core 3.1.
This commit is contained in:
@@ -35,7 +35,7 @@ namespace Marechai.Areas.Admin.Models
|
||||
public class GpusByMachineViewModel : BaseViewModel<long>
|
||||
{
|
||||
[DisplayName("GPU")]
|
||||
public string Gpu;
|
||||
public string Machine;
|
||||
public string Gpu { get; set; }
|
||||
public string Machine { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user