package com.zzwtec.wechat.common.constant; /** * Created by Xin.L on 2017/10/20. */ public class RedisConstant { public static final String redisCacheName = "wechat"; }