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