#
Junjie
8 天以前 af782f28728ef6dd73257edb4bbe2f3594dede20
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_";
 
}