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

📄 otherbasevo.java

📁 论坛软件系统亦称电子公告板(BBS)系统
💻 JAVA
字号:
package cn.jsprun.foreg.vo.topicadmin;

import java.util.ArrayList;
import java.util.List;

public class OtherBaseVO extends TopicPublicVO {
	private String currentPage;
	private String threadPage;
	private String sbuttonInfo;
	private List<String> postsIdList = new ArrayList<String>();
	
	public String getCurrentPage() {
		return currentPage;
	}
	public void setCurrentPage(String currentPage) {
		this.currentPage = currentPage;
	}
	public List<String> getPostsIdList() {
		return postsIdList;
	}
	public void setPostsIdList(List<String> postsIdList) {
		this.postsIdList = postsIdList;
	}
	public String getSbuttonInfo() {
		return sbuttonInfo;
	}
	public void setSbuttonInfo(String sbuttonInfo) {
		this.sbuttonInfo = sbuttonInfo;
	}
	public String getThreadPage() {
		return threadPage;
	}
	public void setThreadPage(String threadPage) {
		this.threadPage = threadPage;
	}
	
		
	
}

⌨️ 快捷键说明

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