记得上下班打卡 | git大法好,push需谨慎

Commit 54c17093 authored by 张国柄's avatar 张国柄

券列表=公有券+私有券;

parent a31fd5fb
......@@ -29,4 +29,13 @@ public class CandyRedisConst {
* </value>
*/
public static final String BASIC_USER_COUPON = PREFIX.concat("basic:user_coupon:");
/**
* <key>
* candy:basic:user_coupon:${uid}
* </key>
* <value>
* List<com.liquidnet.service.candy.dto.CandyCommonCouponBasicDto>
* </value>
*/
public static final String BASIC_COMMON_COUPON = PREFIX.concat("basic:common_coupon:");
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment