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

org.fingertip.simpledao.bean.Direction Maven / Gradle / Ivy

The newest version!
package org.fingertip.simpledao.bean;

public enum  Direction {
    /**
     * 升序
     */
    asc,
    /**
     * 姜旭
     */
    desc;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy