mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add machine family editing in admin view.
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
{
|
||||
public class MachineFamilyViewModel : BaseViewModel<int>
|
||||
{
|
||||
public string Company;
|
||||
public string Name;
|
||||
public string Company { get; set; }
|
||||
public string Name { get; set; }
|
||||
public int CompanyId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user