mysql汽车租赁管理系统

您所在的位置:网站首页 汽车租赁查询系统 mysql汽车租赁管理系统

mysql汽车租赁管理系统

2024-07-14 16:31| 来源: 网络整理| 查看: 265

*/ public abstract class MotoVehicle { //品牌、日租金、车牌号 private String brand; private int perRent; private String vehicleId;

public MotoVehicle() {}

public MotoVehicle(String brand, int perRent, String vehicleId) { this.brand = brand; this.perRent = perRent; this.vehicleId = vehicleId; }

public String getBrand() { return brand; } public void setBrand(String brand) { this.brand = brand; } public int getPerRent() { return perRent; } public void setPerRent(int perRent) { this.perRent = perRent; } public String getVehicleId() { return vehicleId; } public void setVehicleId(String vehicleId) { this.vehicleId = vehicleId; } //计算租金:根据用户租车的天数计



【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3