?? friend0.java
字號:
package com.laoer.bbscs.bean;
import java.io.Serializable;
/** @author Hibernate CodeGenerator */
public class Friend0
extends Friend
implements Serializable {
/** full constructor */
public Friend0(long userID, String userName, long fid, String fname,
String fcomment, short isBlack) {
super(userID, userName, fid, fname, fcomment, isBlack);
}
/** default constructor */
public Friend0() {
super();
}
/** minimal constructor */
public Friend0(long userID, String userName, long fid, String fname,
short isBlack) {
super(userID, userName, fid, fname, isBlack);
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -