#
ytfl
2025-06-24 6e510316ee25e5846b488ef36cd4df8d337567af
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_";
 
}