| | |
| | | public static List<TableUrl> tableUrls { get; set; } |
| | | public static List<ElevatorLoc> elevatorLoc { get; set; } |
| | | public static List<LocAreabyItem> locAreabyItem { get; set; } |
| | | public static List<WareLoc> wareLoc { get; set; } |
| | | public static int port { get; set; } |
| | | public static string WHCode { get; set; } |
| | | public static string FacCode { get; set; } |
| | |
| | | { |
| | | locAreabyItem = JsonConvert.DeserializeObject<List<LocAreabyItem>>(keyValue.Value.ToString()); |
| | | } |
| | | if (keyValue.Name == "WareLoc") |
| | | { |
| | | wareLoc = JsonConvert.DeserializeObject<List<WareLoc>>(keyValue.Value.ToString()); |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | public string AreaCode { get; set; } |
| | | public string[] ItemCode { get; set; } |
| | | } |
| | | public class WareLoc |
| | | { |
| | | public string AreaCode { get; set; } |
| | | public string PMK { get; set; } |
| | | public string ZCW { get; set; } |
| | | } |
| | | } |
| | | } |