⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 follownote.java

📁 一个仿造淘宝的jsp网站。功能比较完善
💻 JAVA
字号:
package com.jc.taobao.gjj.entity;

public class FollowNote {
	private int fid;

	private int userid;

	private int mid;

	private String followtitle;

	private String followmessage;
	
	private String followtime;
	

	public String getFollowtime() {
		return followtime;
	}

	public void setFollowtime(String followtime) {
		this.followtime = followtime;
	}

	public int getFid() {
		return fid;
	}

	public void setFid(int fid) {
		this.fid = fid;
	}

	public String getFollowmessage() {
		return followmessage;
	}

	public void setFollowmessage(String followmessage) {
		this.followmessage = followmessage;
	}

	public String getFollowtitle() {
		return followtitle;
	}

	public void setFollowtitle(String followtitle) {
		this.followtitle = followtitle;
	}

	

	public int getMid() {
		return mid;
	}

	public void setMid(int mid) {
		this.mid = mid;
	}

	public int getUserid() {
		return userid;
	}

	public void setUserid(int userid) {
		this.userid = userid;
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -