All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.airlenet.repo.domain.Sortable Maven / Gradle / Ivy

The newest version!
package com.airlenet.repo.domain;

/**
 * 默认根据sortNo大小进行升序排序
 * 
 * @作者 airlenet
 * @博客 http://ken.whenling.com
 * @创建时间 2016年2月3日 下午12:59:31
 */
public interface Sortable {
	Integer getSortNo();

	void setSortNo(Integer sortNo);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy