public class GoodsSkuPayModeRelation extends Object implements Serializable
| 构造器和说明 |
|---|
GoodsSkuPayModeRelation() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
BigDecimal |
getDiscountFee() |
Long |
getId() |
Integer |
getPayMode() |
Long |
getSkuId() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDiscountFee(BigDecimal discountFee) |
void |
setId(Long id) |
void |
setPayMode(Integer payMode) |
void |
setSkuId(Long skuId) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getSkuId()
public void setSkuId(Long skuId)
public Integer getPayMode()
public void setPayMode(Integer payMode)
public BigDecimal getDiscountFee()
public void setDiscountFee(BigDecimal discountFee)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2018. All rights reserved.