cloudroam
2024-10-23 0f148ab371926582eeb2774904af5de6dc9e5761
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";
 
}