mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Use BaseViewModel in admin.
This commit is contained in:
@@ -32,10 +32,9 @@ using Cicm.Database;
|
||||
|
||||
namespace cicm_web.Areas.Admin.Models
|
||||
{
|
||||
public class StorageByMachineViewModel
|
||||
public class StorageByMachineViewModel : BaseViewModel<long>
|
||||
{
|
||||
public string Company;
|
||||
public long Id;
|
||||
public string Machine;
|
||||
public StorageType Type { get; set; }
|
||||
public StorageInterface Interface { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user