dashboard
repositories
filestore
activity
search
login
交易所
/
synthesize_trading-order-master
综合交易所
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
代码提交
zj
2025-10-17
bbc4713b23778aebc1eb3d46cb04d539179d883d
[交易所/synthesize_trading-order-master.git]
/
trading-order-common
/
src
/
main
/
java
/
com
/
yami
/
trading
/
common
/
constants
/
RedisLockKeyConstants.java
1
2
3
4
5
6
7
package com.yami.trading.common.constants;
public interface RedisLockKeyConstants {
// ContractApplyOrder 记录产生 ContractOrder 记录,后缀: ContractApplyOrder 记录主键
String LOCK_CONTRACT_APPLY_TO_ORDER_PREFIX = "lock_contract_apply_to_order_";
}