#
Junjie
2025-06-19 72aa99ef19590a13a236d8cac348eb0032ddcc8a
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_";
 
}