namespace Web12306.Servers.TrainSuggestion { using System.Collections.Generic; public class SuggestionResponse { public bool Accepted { get; set; } public string Key { get; set; } public List Groups { get; set; } } }