#
Junjie
5 天以前 392c7dd497d89db3bea0775c640f33c1293fde75
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_";
 
}