public interface IStationViewModel { int StationId { get; set; } void SaveToDatabase(); void LoadFromDatabase(int recordId); // 加载指定记录 }