package com.gzzn.omms.msgexchangeapi.redis;
/**
* 应用上下文
* @author Administrator
*
*/
public class RedisKeyConstant {
public static String KEY_ISWAITSCHD="isWaitSchd";
public static String KEY_MSGPROGRESS="msgProgress";
}