字符串类型key

This commit is contained in:
2025-03-08 17:41:19 +08:00
parent 41a27794b2
commit a05437d3e7
2 changed files with 2 additions and 4 deletions

View File

@@ -25,8 +25,6 @@ public class UserCouponVo {
//优惠券类型 1 满减 2 商品券
private Integer type;
//数量
private Integer num;
//到期时间
private Date endTime;
private String useRestrictions;