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

📄 forum5.java

📁 天乙社区6.0是一套基于JAVA技术的网络虚拟社区
💻 JAVA
字号:
package com.laoer.bbscs.bean;

import java.io.Serializable;

/** @author Hibernate CodeGenerator */
public class Forum5
    extends Forum
    implements Serializable {

  /** full constructor */
  public Forum5(long id1, long id2, long boardID, String boardName, int reNum,
                short face, long userID, String userName, String title,
                String detail, String sign, int artSize, short emailInform,
                short msgInform, int click, long postTime, long lastTime,
                String ipAddress, String vtime, short isNew, String nickName,
                long elite, long eliteID, int agree, int beAgainst,
                short canNotDel, short delSign, long delUserID,
                String delUserName, long delTime, String delIP, short canNotRe,
                String amend, String doEliteName, long doEliteTime,
                short havePic, String picName, String lastPostUserName,
                String lastPostTitle, short isTop, short isB, short isLock,
                String lastPostNickName, short auditing, short isVote,
                int canReadExp) {
    super(id1, id2, boardID, boardName, reNum, face, userID, userName, title,
          detail, sign, artSize, emailInform, msgInform, click, postTime,
          lastTime, ipAddress, vtime, isNew, nickName, elite, eliteID, agree,
          beAgainst, canNotDel, delSign, delUserID, delUserName, delTime, delIP,
          canNotRe, amend, doEliteName, doEliteTime, havePic, picName,
          lastPostUserName, lastPostTitle, isTop, isB, isLock, lastPostNickName,
          auditing, isVote, canReadExp);
  }

  /** default constructor */
  public Forum5() {
    super();
  }

  /** minimal constructor */
  public Forum5(long id1, long id2) {
    super(id1, id2);
  }

}

⌨️ 快捷键说明

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