package cn.itbaizhan.common.bean;

import java.io.Serializable;

public class Friend implements Serializable{

	private static final long serialVersionUID = 6004607048005816278L;
	/**
	 * 关注与粉丝
	 */
	
	private long id;
	private User aUser;
	private User bUser;
	
	
	
	public Friend() {}
	
	
	public Friend(long id, User aUser, User bUser) {
		this.id = id;
		this.aUser = aUser;
		this.bUser = bUser;
	}


	public long getId() {
		return id;
	}
	public void setId(long id) {
		this.id = id;
	}
	public User getaUser() {
		return aUser;
	}
	public void setaUser(User aUser) {
		this.aUser = aUser;
	}
	public User getbUser() {
		return bUser;
	}
	public void setbUser(User bUser) {
		this.bUser = bUser;
	}


	@Override
	public String toString() {
		return "Friend [id=" + id + ", aUser=" + aUser + ", bUser=" + bUser + "]";
	}
	
	
}
最近下载更多
543539666  LV7 2023年6月19日
95959595959  LV13 2023年2月7日
wanglinddad  LV54 2021年12月24日
ggqooi  LV5 2021年7月14日
0312wangchen  LV26 2021年5月29日
建建  LV4 2021年5月23日
lljp285248450  LV2 2021年5月1日
gjrtsjrjrsh  LV3 2021年4月28日
panbiao  LV11 2021年3月31日
eawdas  LV5 2020年12月24日
最近浏览更多
WBelong  LV7 2023年12月27日
ccccccc1  LV1 2023年12月26日
k666k6  LV1 2023年11月24日
旧事故里 2023年11月24日
暂无贡献等级
2130095619 2023年11月24日
暂无贡献等级
xiongwei11231  LV8 2023年10月13日
limin123  LV6 2023年10月12日
lwllll  LV2 2023年9月25日
1289755  LV3 2023年7月29日
三十一  LV2 2023年6月28日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友