#
Junjie
9 天以前 947aa556843b17e1b5a003767a1cf6ae85ec39fe
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_";
 
}