namespace ZJ_BYD.ViewModel
{
public class StationVM
public string StationCode { get; set; }
public string StationName { get; set; }
}