📄 forum18.java
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
// Source File Name: Forum18.java
package com.laoer.bbscs.bean;
import java.io.Serializable;
// Referenced classes of package com.laoer.bbscs.bean:
// Forum
public class Forum18 extends Forum
implements Serializable
{
public Forum18(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);
}
public Forum18()
{
}
public Forum18(long id1, long id2)
{
super(id1, id2);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -