public class BizfmcgGoods extends AlipayObject
| 构造器和说明 |
|---|
BizfmcgGoods() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getGoodsId() |
String |
getGoodsName() |
String |
getPrice() |
Long |
getQuantity() |
void |
setGoodsId(String goodsId) |
void |
setGoodsName(String goodsName) |
void |
setPrice(String price) |
void |
setQuantity(Long quantity) |
public String getGoodsId()
public void setGoodsId(String goodsId)
public String getGoodsName()
public void setGoodsName(String goodsName)
public String getPrice()
public void setPrice(String price)
public Long getQuantity()
public void setQuantity(Long quantity)
Copyright © 2023. All rights reserved.