feat:trans

This commit is contained in:
suzhuhong
2026-04-15 18:02:18 +08:00
parent 19bce915ac
commit fa83eeb484
5 changed files with 80 additions and 0 deletions

View File

@@ -418,4 +418,10 @@ public class RedisConstant {
* 新管家缴费回调完成 标识
*/
public static final String XGJ_CALLBACK_SHOP = "xgj_callback_shop:{0}";
/**
* 预分账单 分账key
*/
public static final String PRE_ALLOCATION = "pre_allocation:{0}";
}