首页>代码>网上书店静态网站模板>/网上书店素材/表实体/OrderDetail.java
/**
 * 定单明细实体
 */


public class OrderDetail{
	private Integer id;				//定单明细编号
	private Integer orderId;		//对应定单编号
	private Integer bookId;			//图书编号
	private Integer quantity;

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

	public void setOrderId(Integer orderId) {
		this.orderId = orderId; 
	}

	public void setBookId(Integer bookId) {
		this.bookId = bookId; 
	}

	public void setQuantity(Integer quantity) {
		this.quantity = quantity; 
	}

	public Integer getId() {
		return (this.id); 
	}

	public Integer getOrderId() {
		return (this.orderId); 
	}

	public Integer getBookId() {
		return (this.bookId); 
	}

	public Integer getQuantity() {
		return (this.quantity); 
	}		//购买数量
	
	
}
最近下载更多
krispeng  LV14 2024年11月12日
微信网友_7014979315568640  LV2 2024年6月8日
linmooo  LV3 2024年5月25日
yrisok  LV3 2024年4月22日
123ALISE  LV2 2023年11月30日
18176866431  LV4 2023年8月28日
qazxsw111  LV11 2023年4月9日
微信网友_6373168465580032  LV3 2023年3月7日
流觞浮云  LV2 2022年12月8日
陈俊翰  LV7 2022年9月23日
最近浏览更多
徐长风  LV2 4月27日
cassie555  LV3 1月21日
ZCY678  LV5 2024年12月16日
appppp  LV1 2024年12月12日
15719908287  LV9 2024年11月17日
linhua  LV1 2024年10月11日
wawucheng  LV1 2024年10月8日
徐培强  LV1 2024年10月8日
krispeng  LV14 2024年9月20日
微信网友_7172745073758208  LV1 2024年9月18日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友