8 lines
157 B
C#
8 lines
157 B
C#
namespace Web12306.Servers.TrainSuggestion
|
|
{
|
|
public class SimpleStationInfo
|
|
{
|
|
public string code { get; set; }
|
|
public string name { get; set; }
|
|
}
|
|
} |