package com.ghsau.bean; import java.io.Serializable; import java.sql.Timestamp; public class Ticket implements Serializable { private static final long serialVersionUID = 1L; private String username; private Timestamp createTime; private Timestamp recoverTime; public Ticket() { super(); } public Ticket(String username, Timestamp createTime, Timestamp recoverTime) { super(); this.username = username; this.createTime = createTime; this.recoverTime = recoverTime; } public String getUsername() { return username; } public void setUsername(String username) { this.username = username; } public Timestamp getCreateTime() { return createTime; } public void setCreateTime(Timestamp createTime) { this.createTime = createTime; } public Timestamp getRecoverTime() { return recoverTime; } public void setRecoverTime(Timestamp recoverTime) { this.recoverTime = recoverTime; } }

wjh007 LV5
2024年4月1日
zackery LV9
2024年1月27日
123xyz LV2
2023年4月15日
ROCK森 LV12
2022年11月7日
49202046 LV7
2022年8月2日
wusiyin LV14
2022年7月18日
a1677596408 LV23
2022年3月28日
jiaxiaoxinwork LV1
2021年12月16日
荒唐的羊 LV27
2021年1月14日
15947813008 LV5
2020年11月16日