package com.app.bean; import java.util.Date; public class Orders { private Integer id; private Integer movieid; private String moviename; private String seat; private String occupy; private String status; private Date createdate; public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } public Integer getMovieid() { return movieid; } public void setMovieid(Integer movieid) { this.movieid = movieid; } public String getMoviename() { return moviename; } public void setMoviename(String moviename) { this.moviename = moviename == null ? null : moviename.trim(); } public String getSeat() { return seat; } public void setSeat(String seat) { this.seat = seat == null ? null : seat.trim(); } public String getOccupy() { return occupy; } public void setOccupy(String occupy) { this.occupy = occupy == null ? null : occupy.trim(); } public String getStatus() { return status; } public void setStatus(String status) { this.status = status == null ? null : status.trim(); } public Date getCreatedate() { return createdate; } public void setCreatedate(Date createdate) { this.createdate = createdate; } }

zolscy LV24
2024年11月26日
cjqing000103 LV4
2024年11月5日
lyt010628 LV4
2024年7月9日
yinfei305 LV2
2024年6月19日
wanglinddad LV55
2024年3月25日
xiaopengzep LV1
2024年3月15日
xiaojie93 LV2
2024年3月6日
noronoa LV9
2023年9月22日
186092 LV4
2023年9月19日
a347863302 LV6
2023年8月21日