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

📄 votetopic.java

📁 jeecms内容管理源代码It is the fastest in the renovating speed, and owns the most number of softwares, also
💻 JAVA
字号:
package com.jeecms.auxiliary.entity;

import com.jeecms.auxiliary.entity.base.BaseVoteTopic;



public class VoteTopic extends BaseVoteTopic {
	private static final long serialVersionUID = 1L;

/*[CONSTRUCTOR MARKER BEGIN]*/
	public VoteTopic () {
		super();
	}

	/**
	 * Constructor for primary key
	 */
	public VoteTopic (java.lang.Long id) {
		super(id);
	}

	/**
	 * Constructor for required fields
	 */
	public VoteTopic (
		java.lang.Long id,
		com.jeecms.core.entity.Website website,
		java.lang.Boolean restrictMember,
		java.lang.Boolean restrictIp,
		java.lang.Boolean restrictCookie,
		java.lang.Boolean disabled,
		java.lang.Boolean current) {

		super (
			id,
			website,
			restrictMember,
			restrictIp,
			restrictCookie,
			disabled,
			current);
	}
/*[CONSTRUCTOR MARKER END]*/


}

⌨️ 快捷键说明

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