?? votetopic.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 + -