mangpiao/master-1119
mangpiao/master
@@ -40,4 +40,7 @@ public class UserPrizeStorageVO extends UserPrizeStorage {
@ApiModelProperty("商品成本")
private Integer cost;
+
+ @ApiModelProperty("使用链接")
+ private String useLink;
}
@@ -30,6 +30,7 @@
t2.multi_sku isMoreSku ,
t2.type goodsType,
t2.discount_rate,
+ t2.use_link,
t5.type
FROM
mp_user_prize_storage t1