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

com.base4j.util.bean.Constant Maven / Gradle / Ivy

The newest version!
package com.base4j.util.bean;

/**
 * 通用变量
 */
public class Constant {
    /**
     * 默认分隔符
     */
    public final static String SPLIT_STR = "▪";
    /**
     * 集合拆分数
     */
    public final static int SPLIT_SIZE = 1000;
    /**
     * 成功
     */
    public final static String SUCCESS = "success";


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy