首页>代码>ssm框架实现的简单增删改查功能>/MyMvc/src/main/java/edu/gyc/model/Car.java
01package edu.gyc.model;
02 
03import org.springframework.stereotype.Component;
04 
05import java.math.BigDecimal;
06 
07@Component
08public class Car {
09    private Integer id;
10 
11    private String name;
12 
13    private String brand;
14 
15    private String type;
16 
17    private BigDecimal price;
18 
19    public Integer getId() {
20        return id;
21    }
22 
23    public void setId(Integer id) {
24        this.id = id;
25    }
26 
27    public String getName() {
28        return name;
29    }
30 
31    public void setName(String name) {
32        this.name = name == null ? null : name.trim();
33    }
34 
35    public String getBrand() {
36        return brand;
37    }
38 
39    public void setBrand(String brand) {
40        this.brand = brand == null ? null : brand.trim();
41    }
42 
43    public String getType() {
44        return type;
45    }
46 
47    public void setType(String type) {
48        this.type = type == null ? null : type.trim();
49    }
50 
51    public BigDecimal getPrice() {
52        return price;
53    }
54 
55    public void setPrice(BigDecimal price) {
56        this.price = price;
57    }
58}
最近下载更多
gdw532  LV1 3月27日
无耻之徒1241412  LV1 2024年12月25日
taoshen95  LV16 2024年12月17日
2421796355  LV1 2024年12月10日
248727703  LV1 2024年7月14日
wanglinddad  LV55 2024年6月21日
965718  LV1 2024年6月21日
szqqqaaqqa  LV1 2024年6月20日
1135dsffsfa  LV1 2024年6月19日
最近浏览更多
gdw532  LV1 3月27日
六595323 2024年12月25日
暂无贡献等级
无耻之徒1241412  LV1 2024年12月25日
taoshen95  LV16 2024年12月17日
2421796355  LV1 2024年12月10日
微信网友_7265127836766208 2024年11月22日
暂无贡献等级
yzx1065485 2024年11月5日
暂无贡献等级
liupei412 2024年10月26日
暂无贡献等级
zczcccc  LV1 2024年10月11日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友