Vehicle的代码怎么写的在class Vehicle中加上
@override public String toString() { return seat + "," + type + "," + brand + "," + Licenseplate + "," + money; }