仪表盘
版本库
文件存储
活动
搜索
登录
main
/
flowerbackend-v2
flowerbackend-v2
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1.供应商-钱包创建并发控制
陶杰
2024-10-28
66f57ebef36c03353609ad3b2b6623396b5061a4
[flowerbackend-v2.git]
/
src
/
main
/
java
/
com
/
mzl
/
flower
/
constant
/
LockConstants.java
1
2
3
4
5
6
7
8
9
10
package com.mzl.flower.constant;
public class LockConstants {
// 钱包ID锁
public static final String WALLET_ID_KEY = "com:mzl:flower:constant:WALLET_ID_KEY:%s";
public static final String WALLET_SUPPLIER_ID_KEY = "com:mzl:flower:constant:WALLET_SUPPLIER_ID_KEY:%s";
}