namespace Web12306.Servers.TrainSuggestion { public class SimpleStationInfo { public string code { get; set; } public string name { get; set; } } }