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

com.dahuatech.icc.multiinone.Constants Maven / Gradle / Ivy

There is a newer version: 1.0.13.7
Show newest version
package com.dahuatech.icc.multiinone;

/**
 * 常量类
 */
public class Constants {
    /**基础框架service*/
    public static String service = "Evo-ThirdParty";

    public static String SYSTEMERROR_CODE = "99999999";
    public static String SYSTEMERROR_MSG = "系统异常";

    public static String SUCESS_CODE = "000000";
    public static String SUCCESS_MSG = "处理成功";

    //内部库
    public static Integer INNER_STORE = 3;
    //黑名单库
    public static Integer BLACK_STORE = 2;
    //白名单库
    public static Integer WHITE_STORE = 1;
    //访客库
    public static Integer VISITOR_STORE = 4;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy