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

pub.codex.apix.annotations.constant.Describe Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package pub.codex.apix.annotations.constant;


/**
 * describe 描述信息
 */
public class Describe {

    public final static String ID = "主键ID";
    
    public final static String WHERE = "条件查询的JSON串";

    public final static String KEYWORD = "关键字查询";

    public final static String PAGE_SIZE = "当前页面总条数";
    
    public final static String PAGE_INDEX = "当前页";
    

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy