namespace GCAS.Model { public class SwitchDataModel { public bool QZ { get; set; } public bool YJ { get; set; } public bool CZ { get; set; } public bool WD { get; set; } public bool PX { get; set; } public bool PZ { get; set; } } }