public class GoodDetailDTO extends Object
| 构造器和说明 |
|---|
GoodDetailDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getGoodsName() |
String |
getMerchantGoodsId() |
Integer |
getQuantity() |
Integer |
getUnitPrice() |
String |
getWechatPayGoodsId() |
void |
setGoodsName(String goodsName) |
void |
setMerchantGoodsId(String merchantGoodsId) |
void |
setQuantity(Integer quantity) |
void |
setUnitPrice(Integer unitPrice) |
void |
setWechatPayGoodsId(String wechatPayGoodsId) |
public String getMerchantGoodsId()
public void setMerchantGoodsId(String merchantGoodsId)
public String getGoodsName()
public void setGoodsName(String goodsName)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public Integer getUnitPrice()
public void setUnitPrice(Integer unitPrice)
public String getWechatPayGoodsId()
public void setWechatPayGoodsId(String wechatPayGoodsId)
Copyright © 2022. All rights reserved.