You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
759 B
42 lines
759 B
package com.dxhy.common.constant;
|
|
|
|
/**
|
|
* 配置类静态常量
|
|
*
|
|
* @author ZSC-DXHY
|
|
* @date 创建时间: 2018/10/24 11:36
|
|
*/
|
|
public class ConfigureConstant {
|
|
|
|
/**
|
|
* 静态常量基础数值
|
|
*/
|
|
|
|
|
|
public static final String STRING_0 = "0";
|
|
|
|
public static final String STRING_1 = "1";
|
|
|
|
/**
|
|
* 问号
|
|
*/
|
|
public static final String STRING_WH = "?";
|
|
|
|
|
|
public static final String STRING_COLON = ":";
|
|
|
|
|
|
public static final String STRING_SLASH_LINE = "/";
|
|
|
|
|
|
/**
|
|
* 数值类型
|
|
*/
|
|
|
|
public static final int INT_0 = 0;
|
|
|
|
public static final int INT_2 = 2;
|
|
public static final String POTOKEN="6_ca323ed526e74edea7e023c0733a9bef";
|
|
|
|
|
|
}
|
|
|