首页>代码>java Web开发完全跨域的SSO单点登录系统实例>/WebSSOAuth/src/com/ghsau/bean/Ticket.java
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  LV4 4月1日
zackery  LV9 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日
最近浏览更多
wjh007  LV4 4月1日
asddwh  LV12 2023年12月26日
徐万强  LV9 2023年7月25日
123xyz  LV2 2023年4月10日
Muling  LV8 2023年2月6日
ROCK森  LV12 2022年11月7日
wjh12345654321  LV14 2022年9月14日
49202046  LV7 2022年8月2日
wusiyin  LV14 2022年7月18日
凉冰丶  LV7 2022年6月18日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友