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

com.mg.framework.entity.metadata.MOrderByEnum Maven / Gradle / Ivy

The newest version!
package com.mg.framework.entity.metadata;

/**
 * 排序方式
 * Created by liukefu on 2015/11/24.
 */
public enum MOrderByEnum {
    /**
     * 升序
     */
    asc,
    /**
     * 降序
     */
    desc
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy