1
zj
2024-06-13 8eea5be3b36875bd4ffe70e6c3a5bb07b1d829bf
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_";
 
}