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

📄 60d931226d82001b1400bb4cf9da2cc0

📁 jsf开发的简单博客
💻
字号:
package com.tangjun.web.bo;

import java.io.Serializable;

public abstract class AbstractBlogEntry implements Serializable {
	
	/** The cached hash code value for this instance.  Settting to 0 triggers re-calculation. */
    private int hashValue = 0;
	
	/** 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -