Fix password maintenances

Added new machine number config field
This commit is contained in:
Lucio Maranta
2020-02-24 16:42:47 +01:00
parent 69e049b91d
commit 3199ad99d5
9 changed files with 26 additions and 12 deletions
+2 -1
View File
@@ -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; }
}
}