|
|
@@ -28,6 +28,12 @@ public class GoodsDiscountPlusPurchaseRelationFrontView {
|
|
|
@DbField("g.title")
|
|
|
private String title;
|
|
|
|
|
|
+ /**
|
|
|
+ * 匹配图
|
|
|
+ */
|
|
|
+ @DbField("g.match_img")
|
|
|
+ private String matchImg;
|
|
|
+
|
|
|
@DbField("gpr.dis_sid")
|
|
|
private Long disSid;
|
|
|
|
|
|
@@ -39,4 +45,4 @@ public class GoodsDiscountPlusPurchaseRelationFrontView {
|
|
|
|
|
|
@DbField("gpr.dis_price")
|
|
|
private BigDecimal disPrice;
|
|
|
-}
|
|
|
+}
|