#
Junjie
9 天以前 db052c2ffd823cb42c869b43a305040096a75b9b
1
2
3
4
5
6
7
package com.zy.common.constant;
 
public class RedisConstantType {
 
    public static final String CRN_MOVE_LOCK = "CRN_MOVE_LOCK_";
 
}