|
@@ -56,4 +56,20 @@ public class AuthProductVo extends CmBrandAuthProductPo {
|
|
|
* 商品参数
|
|
|
*/
|
|
|
private List<CmBrandProductParamPo> paramList;
|
|
|
+ /**
|
|
|
+ * pc商品图片(含水印)
|
|
|
+ */
|
|
|
+ private String pcImage;
|
|
|
+ /**
|
|
|
+ * 小程序商品图片(含水印)
|
|
|
+ */
|
|
|
+ private String appletsImage;
|
|
|
+ /**
|
|
|
+ * pc授权牌照图片(含水印)
|
|
|
+ */
|
|
|
+ private String pcCertificateImage;
|
|
|
+ /**
|
|
|
+ * 小程序授权牌照图片(含水印)
|
|
|
+ */
|
|
|
+ private String appletsCertificateImage;
|
|
|
}
|