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

com.mybatis.pj.constant.ExampleConstants Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
package com.mybatis.pj.constant;

/**
 * Created with IntelliJ IDEA.
 * User: satant
 * Date: 2018/3/28
 * Time: 13:46
 * Description:
 */
public class ExampleConstants {
    public static final String ORDER_BY_ASC = "ASC";
    public static final String ORDER_BY_DESC = "DESC";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy