Light12306/Web12306/Servers/TrainSuggestion/SimpleStationInfo.cs

8 lines
157 B
C#
Raw Normal View History

2015-03-13 19:25:08 +08:00
namespace Web12306.Servers.TrainSuggestion
{
public class SimpleStationInfo
{
public string code { get; set; }
public string name { get; set; }
}
}