@@ -153,4 +153,7 @@ public class CouponView {
@DbIgnore
private String goodsImg;
+
+ @DbField("c.id")
+ private Long couponId;
}