using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AwInitilizer.Model { class AppSettingConfig { public string FirmwareRoot { get; set; } public string Language { get; set; } public string MES { get; set; } public string MechineCode { get; set; } public bool IsDisableAuthRequired { get; set; } } }