首页>代码>ssm框架实现的简单增删改查功能>/MyMvc/src/main/java/edu/gyc/model/Car.java
package edu.gyc.model;

import org.springframework.stereotype.Component;

import java.math.BigDecimal;

@Component
public class Car {
    private Integer id;

    private String name;

    private String brand;

    private String type;

    private BigDecimal price;

    public Integer getId() {
        return id;
    }

    public void setId(Integer id) {
        this.id = id;
    }

    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name == null ? null : name.trim();
    }

    public String getBrand() {
        return brand;
    }

    public void setBrand(String brand) {
        this.brand = brand == null ? null : brand.trim();
    }

    public String getType() {
        return type;
    }

    public void setType(String type) {
        this.type = type == null ? null : type.trim();
    }

    public BigDecimal getPrice() {
        return price;
    }

    public void setPrice(BigDecimal price) {
        this.price = price;
    }
}
最近下载更多
248727703  LV1 7月14日
wanglinddad  LV55 6月21日
965718  LV1 6月21日
szqqqaaqqa  LV1 6月20日
1135dsffsfa  LV1 6月19日
xzg123456  LV6 6月18日
Anqixiao  LV1 5月7日
周倩芸  LV1 5月7日
ailixiya  LV1 5月6日
111chuzihang  LV1 5月5日
最近浏览更多
yzx1065485 11月5日
暂无贡献等级
liupei412 10月26日
暂无贡献等级
zczcccc  LV1 10月11日
it_star  LV6 7月18日
248727703  LV1 7月14日
TY0165  LV20 6月24日
123hjl 6月23日
暂无贡献等级
暂无贡献等级
wanglinddad  LV55 6月21日
965718  LV1 6月21日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友