| | |
| | | public static string WHCode { get; set; } |
| | | public static string FacCode { get; set; } |
| | | public static int tcpPort { get; set; } |
| | | public static int lQHours { get; set; } |
| | | |
| | | public static void Init() |
| | | { |
| | |
| | | if (keyValue.Name == "TcpPort") |
| | | { |
| | | tcpPort = int.Parse(keyValue.Value.ToString()); |
| | | } |
| | | if (keyValue.Name == "LQHours") |
| | | { |
| | | lQHours = int.Parse(keyValue.Value.ToString()); |
| | | } |
| | | if (keyValue.Name == "ApiPort") |
| | | { |
| | |
| | | { |
| | | public string areaName { get; set; } |
| | | public string areaCode { get; set; } |
| | | public int pri { get; set; } |
| | | public int enable { get; set; } |
| | | } |
| | | |