Fix password maintenances
Added new machine number config field
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Step.Model.ConfigModels
|
||||
{
|
||||
public class NcConfigModel
|
||||
public class NcConfigModel
|
||||
{
|
||||
public string NcVendor { get; set; }
|
||||
public bool ShowNcHMI { get; set; }
|
||||
@@ -19,5 +19,6 @@ namespace Step.Model.ConfigModels
|
||||
public string InstallationDate { get; set; }
|
||||
public bool MgiOption { get; set; }
|
||||
public bool SiemensKeyboardOption { get; set; }
|
||||
public bool MachineNumberHasLetters { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user