public class WxMnpLiveGoodsInfo extends Object implements Serializable
| 构造器和说明 |
|---|
WxMnpLiveGoodsInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCoverImgUrl() |
Integer |
getGoodsId() |
String |
getName() |
Integer |
getPrice() |
Integer |
getPrice2() |
Integer |
getPriceType() |
String |
getThirdPartyAppid() |
String |
getUrl() |
void |
setCoverImgUrl(String coverImgUrl) |
void |
setGoodsId(Integer goodsId) |
void |
setName(String name) |
void |
setPrice(Integer price) |
void |
setPrice2(Integer price2) |
void |
setPriceType(Integer priceType) |
void |
setThirdPartyAppid(String thirdPartyAppid) |
void |
setUrl(String url) |
public String getCoverImgUrl()
public void setCoverImgUrl(String coverImgUrl)
public String getUrl()
public void setUrl(String url)
public String getName()
public void setName(String name)
public Integer getPrice()
public void setPrice(Integer price)
public Integer getPrice2()
public void setPrice2(Integer price2)
public Integer getPriceType()
public void setPriceType(Integer priceType)
public Integer getGoodsId()
public void setGoodsId(Integer goodsId)
public String getThirdPartyAppid()
public void setThirdPartyAppid(String thirdPartyAppid)
Copyright © 2022. All rights reserved.