This commit is contained in:
Lemon
2025-04-03 09:38:49 +08:00
5 changed files with 49 additions and 18 deletions

View File

@@ -394,4 +394,9 @@ public class CacheConstants {
* 根据站点id查询分账配置
*/
public static final String QUERY_STATION_SPLIT_CONFIG = "query_station_split_config:";
/**
* 优惠券绑定
*/
public static final String BIND_PARKING_COUPON = "bindParkingCoupon_";
}