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