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

📄 sectioninfo.java

📁 北大青鸟的jsp版本的BBS
💻 JAVA
字号:
/*
Author:青鸟学子
QQ:64578820
Msn:foart@hotmail.com
*/
package com.entity;

public class SectionInfo {

	private Integer sid; // 版块id
	private String sname;// 版块名
	private Integer smasterid;// 版主编号
	private Integer stopiccount;// 帖子数量
	private Integer sparentid;// 父版块编号

	public Integer getSid() {
		return sid;
	}

	public void setSid(Integer sid) {
		this.sid = sid;
	}

	public String getSname() {
		return sname;
	}

	public void setSname(String sname) {
		this.sname = sname;
	}

	public Integer getSmasterid() {
		return smasterid;
	}

	public void setSmasterid(Integer smasterid) {
		this.smasterid = smasterid;
	}

	public Integer getStopiccount() {
		return stopiccount;
	}

	public void setStopiccount(Integer stopiccount) {
		this.stopiccount = stopiccount;
	}

	public Integer getSparentid() {
		return sparentid;
	}

	public void setSparentid(Integer sparentid) {
		this.sparentid = sparentid;
	}

}

⌨️ 快捷键说明

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