Prechádzať zdrojové kódy

供应商店铺-搜商品

plf 5 rokov pred
rodič
commit
ac7161167b

+ 21 - 1
base-module/src/main/java/com/caimei/module/base/entity/vo/ProductVo.java

@@ -92,7 +92,7 @@ public class ProductVo extends Product {
     private Integer smallTypeID;
 
     /**
-     * 级分类id
+     * 级分类id
      */
     private Integer bigTypeID;
 
@@ -106,4 +106,24 @@ public class ProductVo extends Product {
      */
     private List<RelatedParametersVo> parametersList;
 
+    /**
+     * 品牌名称
+     */
+    private String brandName;
+
+    /**
+     * 一级分类名称
+     */
+    private String bigTypeName;
+
+    /**
+     * 二级分类名称
+     */
+    private String smallTypeName;
+
+    /**
+     * 三级分类名称
+     */
+    private String tinyTypeName;
+
 }

+ 5 - 0
base-module/src/main/java/com/caimei/module/base/entity/vo/ShopVo.java

@@ -66,4 +66,9 @@ public class ShopVo extends Shop {
      * 产品证书
      */
     private String productCertification;
+
+    /**
+     * 省市区地址
+     */
+    private String provincialAddress;
 }