package com.bamboo.bean;
import java.io.Serializable;
/**
* @description: 库存信息管理
* @author: 梦竹
* @time: 2020/5/31 19:42
* @version:1.0.0
*/
public class Reserve extends Page implements Serializable {
private Integer rId;
private Integer rGid;
private Integer reserveCount;
private Goods goods;
public Integer getrId() {
return rId;
}
public void setrId(Integer rId) {
this.rId = rId;
}
public Integer getrGid() {
return rGid;
}
public void setrGid(Integer rGid) {
this.rGid = rGid;
}
public Integer getReserveCount() {
return reserveCount;
}
public void setReserveCount(Integer reserveCount) {
this.reserveCount = reserveCount;
}
public Goods getGoods() {
return goods;
}
public void setGoods(Goods goods) {
this.goods = goods;
}
}
最近下载更多
微信网友_6602457430806528 LV6
2023年9月21日
刘春涛 LV2
2023年6月14日
huangquanxiansheng LV4
2023年5月24日
yeyuuu LV6
2023年5月19日
苏拉德666 LV4
2023年5月15日
admin789987 LV2
2023年4月20日
jhh123 LV4
2022年11月23日
微信网友_5963854197018624 LV7
2022年6月13日
W_123456 LV8
2022年6月8日
java代写 LV7
2022年4月23日

最近浏览
