fix: 优惠券返回店铺id

This commit is contained in:
张松
2024-11-09 09:41:58 +08:00
parent 58da5a5226
commit e18ce72b8b

View File

@@ -12,7 +12,6 @@ public class TbUserCouponVo {
private BigDecimal fullAmount;
private BigDecimal discountAmount;
private Integer couponId;
private Integer shopId;
private Integer proId;
//优惠券名称
private String name;