feat:分账门店映射

This commit is contained in:
suzhuhong
2026-04-17 16:03:56 +08:00
parent edfda87f92
commit 2caabe3fe1
2 changed files with 29 additions and 1 deletions

View File

@@ -418,4 +418,6 @@ public class RedisConstant {
* 新管家缴费回调完成 标识
*/
public static final String XGJ_CALLBACK_SHOP = "xgj_callback_shop:{0}";
public static final String STORE_ID_MAPPING = "store_id_mapping";
}