public trunk(int carNumber,String carName,int carRentMoney,int carCarryCargo){ this.setCarNumber(carNumber); this.setCarName(carName); this.setCarRentMoney(carRentMoney); this.carCarryCargo=carCarryCargo; }
添加回答
举报
0/150
提交
取消