| | |
| | | public static string GZSeverUrl { get; set; } |
| | | public static string SqlServer { get; set; } |
| | | public static string SqlServer1 { get; set; } |
| | | public static string MoboxSeverUrl { get; set; } |
| | | public static string AppKey { get; set; } |
| | | public static string AppSecret { get; set; } |
| | | |
| | | public static List<deviceInfo> deviceInfos { get; set; } |
| | | public static List<TableUrl> tableUrls { get; set; } |
| | | public static List<LocArea> LocAreas { get; set; } |
| | |
| | | { |
| | | HostToAgvServerUrl = keyValue.Value.ToString(); |
| | | } |
| | | if (keyValue.Name == "AppKey") |
| | | { |
| | | AppKey = keyValue.Value.ToString(); |
| | | } |
| | | if (keyValue.Name == "AppSecret") |
| | | { |
| | | AppSecret = keyValue.Value.ToString(); |
| | | } |
| | | if (keyValue.Name == "MoboxSeverUrl") |
| | | { |
| | | MoboxSeverUrl = keyValue.Value.ToString(); |
| | | } |
| | | if (keyValue.Name == "HASeverUrl") |
| | | { |
| | | HASeverUrl = keyValue.Value.ToString(); |