#
Junjie
2025-06-25 8e3aefffe749af43cbd9dd781a88fecf2b62836a
1
2
3
4
5
6
7
8
package com.zy.common.constant;
 
public class RedisConstantType {
 
    public static final String CRN_MOVE_LOCK = "CRN_MOVE_LOCK_";
    public static final String RGV_MOVE_LOCK = "RGV_MOVE_LOCK_";
 
}