package me.ilt.Bean; public class goodsBean { private int id; //商品id private String name; //商品名称 private double price; //商品价格 private String proPic; //商品图片 private String brand; //商品品牌 private int sales; //商品销量 private int views; //商品浏览量 private int stock; //商品库存 private String contents; //商品描述 private int bigTypeId; //大类ID private String bigTypeName; //大类名称 private int smallTypeId; //小类ID private String smallTypeName; //小类名称 private String state; //状态 private int num; //购物车中商品的数量 private double total;//购物车中的小计 public goodsBean() { } public goodsBean(int id,String name,double price,String proPic) { this.id = id; this.name = name; this.price = price; this.proPic = proPic; } public goodsBean(String name, double price, String proPic, String brand, int sales, int views, int stock, String contents,int bigTypeId, int smallTypeId,String state) { this.name = name; this.price = price; this.proPic = proPic; this.brand = brand; this.sales = sales; this.views = views; this.stock = stock; this.contents = contents; this.smallTypeId = smallTypeId; this.bigTypeId = bigTypeId; this.state = state; } public double getTotal() { return total; } public void setTotal(double total) { this.total = total; } public String getState() { return state; } public void setState(String state) { this.state = state; } public int getBigTypeId() { return bigTypeId; } public void setBigTypeId(int bigTypeId) { this.bigTypeId = bigTypeId; } public String getBigTypeName() { return bigTypeName; } public void setBigTypeName(String bigTypeName) { this.bigTypeName = bigTypeName; } public int getId() { return id; } public void setId(int id) { this.id = id; } public String getName() { return name; } public void setName(String name) { this.name = name; } public double getPrice() { return price; } public void setPrice(double price) { this.price = price; } public String getProPic() { return proPic; } public void setProPic(String proPic) { this.proPic = proPic; } public String getBrand() { return brand; } public void setBrand(String brand) { this.brand = brand; } public int getSales() { return sales; } public void setSales(int sales) { this.sales = sales; } public int getViews() { return views; } public void setViews(int views) { this.views = views; } public int getStock() { return stock; } public void setStock(int stock) { this.stock = stock; } public String getContents() { return contents; } public void setContents(String contents) { this.contents = contents; } public int getSmallTypeId() { return smallTypeId; } public void setSmallTypeId(int smallTypeId) { this.smallTypeId = smallTypeId; } public String getSmallTypeName() { return smallTypeName; } public void setSmallTypeName(String smallTypeName) { this.smallTypeName = smallTypeName; } public int getNum() { return num; } public void setNum(int num) { this.num = num; } }

新哥新奇士橙 LV4
1月26日
我做梦 LV2
2024年12月14日
aholian LV2
2024年7月1日
lsglsg9 LV23
2024年5月28日
lo8lukoukoum LV4
2024年1月7日
huangzy LV12
2023年12月13日
komorebi123987 LV5
2023年12月9日
18176866431 LV4
2023年8月28日
想飞的大肥猪 LV9
2023年8月10日
湘牛牛刘 LV2
2023年2月8日