陶杰
2024-10-28 021496babb52a859294a8475ffef330009b0167c
1
2
3
4
5
6
7
8
package com.mzl.flower.constant;
 
public class LockConstants {
 
    // 钱包ID锁
    public static final String WALLET_ID_KEY = "WALLET_ID_KEY:%s";
 
}