Merge branch 'master' into cc_20260415_trans

# Conflicts:
#	coolstore-partner-common/src/main/java/com/cool/store/constants/RedisConstant.java
This commit is contained in:
suzhuhong
2026-04-17 16:59:14 +08:00
2 changed files with 29 additions and 1 deletions

View File

@@ -424,4 +424,6 @@ public class RedisConstant {
* 预分账单 分账key
*/
public static final String PRE_ALLOCATION = "pre_allocation:{0}";
public static final String STORE_ID_MAPPING = "store_id_mapping";
}