package www.zsj.entity; public class Order { private int oid; private String oname; private double oprice; private String allFoods; private int status; public Order(int oid, String oname,int status, String allFoods) { super(); this.oid = oid; this.oname = oname; this.allFoods = allFoods; this.status = status; } public Order(int oid, String oname, int oprice, String allFoods, int status) { super(); this.oid = oid; this.oname = oname; this.oprice = oprice; this.allFoods = allFoods; this.status = status; } public Order() { super(); } public int getOid() { return oid; } public void setOid(int oid) { this.oid = oid; } public String getOname() { return oname; } public void setOname(String oname) { this.oname = oname; } public double getOprice() { return oprice; } public void setOprice(double oprice) { this.oprice = oprice; } public String getAllFoods() { return allFoods; } public void setAllFoods(String allFoods) { this.allFoods = allFoods; } public int getStatus() { return status; } public void setStatus(int status) { this.status = status; } }
最近下载更多
最近浏览更多
wuge123 LV8
2023年6月12日
sjl821120 LV6
2023年5月19日
lironggang LV38
2023年3月28日
2017143155 LV12
2023年2月9日
Java开发工程师_初心 LV1
2022年12月10日
呵呵哈哈哈 LV10
2022年9月24日
swl731372388 LV3
2022年5月26日
978806986 LV16
2022年3月26日
空心菜4 LV9
2022年1月12日
wanglinddad LV55
2021年12月21日