package lj.model;
public class ShoppingInfo {
private GoodInfo good=null;
public GoodInfo getGood() {
return good;
}
public void setGood(GoodInfo good) {
this.good = good;
}
private double quantity=0.0;
public double getQuantity() {
return quantity;
}
public void setQuantity(double quantity) {
this.quantity = quantity;
}
public ShoppingInfo() {}
public ShoppingInfo(GoodInfo good,double quantity){
this.good=good;
this.quantity=quantity;
}
}
最近下载更多
krispeng LV15
6月3日
一磕小橙子 LV3
2024年6月20日
微信网友_6790966844739584 LV5
2024年6月12日
yuanyuan23 LV1
2024年5月30日
qtingchh LV3
2024年5月3日
a2418735612 LV1
2024年1月4日
xdjxdjxdj LV1
2023年3月27日
蹇金金 LV7
2023年3月15日
你们的代码都是我的了 LV16
2022年12月13日
1379585889 LV11
2022年12月13日
最近浏览更多
099088
10月20日
暂无贡献等级
周 敬博 LV2
2月18日
lyd5201314 LV1
2024年12月17日
短巷拥猫 LV12
2024年12月16日
Daima000 LV4
2024年12月3日
1002348101
2024年11月29日
暂无贡献等级
玫瑰王子的共犯
2024年11月2日
暂无贡献等级
曾显示 LV6
2024年7月7日
微信网友_7052938295398400 LV1
2024年6月25日
liyan54188 LV2
2024年6月25日

