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

com.github.azbh111.utils.java.constant.GlobalConstant Maven / Gradle / Ivy

There is a newer version: 1.7.2
Show newest version
package com.github.azbh111.utils.java.constant;

/**
 * 全局常量
 *
 * @author: zyp
 * @date: 2020/11/20 10:17
 */
public final class GlobalConstant {
    private static String reqIdKey = "reqId";

    public static String getReqIdKey() {
        return reqIdKey;
    }

    public static void setReqIdKey(String reqIdKey) {
        GlobalConstant.reqIdKey = reqIdKey;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy