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

📄 priorityinterface.java

📁 jeecms内容管理源代码It is the fastest in the renovating speed, and owns the most number of softwares, also
💻 JAVA
字号:
package com.jeecms.core.util;

/**
 * 实体中有优先级排序类的接口。用于hibernate的sort排序
 * 
 * @author liufang
 * 
 */
public interface PriorityInterface {
	/**
	 * 获得优先级
	 * 
	 * @return
	 */
	public Integer getPriority();

	/**
	 * 获得ID
	 * 
	 * @return
	 */
	public Long getId();
}

⌨️ 快捷键说明

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