a064ec006d82001b1400bb4cf9da2cc0
来自「jsf开发的简单博客」· 代码 · 共 18 行
TXT
18 行
package com.tangjun.web.bo;
import java.io.Serializable;
public abstract class AbstractBlogEntry implements Serializable {
/** The composite primary key value. */
private java.lang.Integer id;
/** The value of the simple message property. */
private java.lang.String message;
public AbstractBlogEntry()
{
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?