Browse Source

String to array

wfansh 3 months ago
parent
commit
dceabe4d01

+ 1 - 1
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/adweb/api/vo/ProductInfoVO.java

@@ -16,7 +16,7 @@ public class ProductInfoVO {
 
     private String productImage;
 
-    private String productGalleryImage;
+    private String[] productGalleryImage;
 
     private String categoryName;