package com.yuyi.bean;

import java.util.ArrayList;
import java.util.Date;
import java.util.List;

public class Order {
    //訂單id
	private String oid;
	//訂單時間
	private Date ordertime;
	//訂單的總數
	private double total;
	//訂單的狀態
	private int state;
	//訂單的地址
	private String address;
	//用戶的名字
	private String name;
	//用戶的號碼
	private String telephone;
	//用戶
	private User user;
	//orderItem
	List<orderItem> orderItems=new ArrayList<orderItem>();
	
	public List<orderItem> getOrderItems() {
		return orderItems;
	}
	public void setOrderItems(List<orderItem> orderItems) {
		this.orderItems = orderItems;
	}
	public String getOid() {
		return oid;
	}
	public void setOid(String oid) {
		this.oid = oid;
	}
	public Date getOrdertime() {
		return ordertime;
	}
	public void setOrdertime(Date ordertime) {
		this.ordertime = ordertime;
	}
	public double getTotal() {
		return total;
	}
	public void setTotal(double total) {
		this.total = total;
	}
	public int getState() {
		return state;
	}
	public void setState(int state) {
		this.state = state;
	}
	public String getAddress() {
		return address;
	}
	public void setAddress(String address) {
		this.address = address;
	}
	public String getName() {
		return name;
	}
	public void setName(String name) {
		this.name = name;
	}
	public String getTelephone() {
		return telephone;
	}
	public void setTelephone(String telephone) {
		this.telephone = telephone;
	}
	public User getUser() {
		return user;
	}
	public void setUser(User user) {
		this.user = user;
	}
	
	
}
最近下载更多
微信网友_6768249801986048  LV1 2023年12月8日
a1a2a1a2  LV1 2023年11月27日
微信网友_6699076084797440  LV7 2023年11月2日
微信网友_6680567232876544  LV8 2023年10月22日
brownwang  LV1 2023年10月14日
zj20020510  LV5 2023年9月24日
yrm105  LV1 2023年6月17日
alone2  LV2 2023年5月30日
965312847  LV1 2023年3月25日
3197789125  LV1 2022年11月20日
最近浏览更多
光圈3661 4月7日
暂无贡献等级
tomtgytom  LV1 3月25日
tll123456  LV1 3月15日
ljhgff  LV1 2月8日
2429449458  LV2 1月25日
暂无贡献等级
静慧大小姐来啦  LV1 1月5日
暂无贡献等级
userhhhh 2023年12月28日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友