|
@@ -114,7 +114,7 @@ public class BaikeProductVo implements Serializable {
|
|
|
/**
|
|
|
* 正文集合
|
|
|
*/
|
|
|
- private List<BaikeTextInfoVo> textInfoListList;
|
|
|
+ private List<BaikeTextInfoVo> textInfoList;
|
|
|
/**
|
|
|
* 参考资料集合
|
|
|
*/
|
|
@@ -139,6 +139,14 @@ public class BaikeProductVo implements Serializable {
|
|
|
* 供应商id,publishSource为2时才有值
|
|
|
*/
|
|
|
private Integer shopId;
|
|
|
+ /**
|
|
|
+ * 供应商名称,publishSource为2时才有值
|
|
|
+ */
|
|
|
+ private String shopName;
|
|
|
+ /**
|
|
|
+ * 供应商Log,publishSource为2时才有值
|
|
|
+ */
|
|
|
+ private String shopLogo;
|
|
|
|
|
|
private Integer authUserId;
|
|
|
}
|