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日
最近浏览更多
没有啊很开心啊  LV4 3月7日
哪里的完整版  LV8 3月1日
xiaoaitx  LV8 1月2日
Lyricify 2024年12月21日
暂无贡献等级
bankroll  LV5 2024年12月17日
yimaoermao  LV1 2024年11月28日
zolscy  LV24 2024年11月26日
cjqing000103  LV4 2024年11月5日
wlax99  LV12 2024年10月12日
Peny_ZH  LV5 2024年9月21日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友