| | |
| | | /// </summary> |
| | | public static string MesGetItemApi { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 配置 |
| | | /// </summary> |
| | | public static List<deviceInfo> deviceInfos { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 胎面设备配置 |
| | | /// </summary> |
| | | public static List<TmDeviceInfo> TmDeviceInfos { get; set; } |
| | | |
| | | public static List<areaInfo> areaInfos { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 优先级配置 |
| | | /// </summary> |
| | | public static OutMinutePriority outMinutePriority { get; set; } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// NDC地址 |
| | | /// </summary> |
| | | public static string NDCApiUrl { get; set; } |
| | | |
| | | |
| | |
| | | { |
| | | outMinutePriority = JsonConvert.DeserializeObject<OutMinutePriority> (keyValue.Value.ToString()); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | //if (keyValue.Name == "DeviceInfo") |
| | | //{ |
| | | // deviceInfos = JsonConvert.DeserializeObject<List<deviceInfo>>(keyValue.Value.ToString()); |