#
ytfl
2025-06-25 fab191eb70b8bbdba0bc2a215bbaf080741321a5
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_";
 
}