public class GoodsSkuRentFeePeriod extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
FIVE_DAY |
static int |
ONE_DAY
租期 1-1天 5-5天 10-10天 20-20天 30-1个月 100-12个月 110-24个月 120-36个月
|
static int |
ONE_MONTH |
static int |
ONE_YEAR |
static int |
TEN_DAY |
static int |
THREE_YEAR |
static int |
TWENTY_DAY |
static int |
TWO_YEAR |
| 构造器和说明 |
|---|
GoodsSkuRentFeePeriod() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getRentFee() |
List<BigDecimal> |
getRentFeeList() |
Integer |
getRentPeriod() |
Long |
getSkuId() |
String |
getSkuIdPeriod() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setRentFee(String rentFee) |
void |
setRentFeeList(List<BigDecimal> rentFeeList) |
void |
setRentPeriod(Integer rentPeriod) |
void |
setSkuId(Long skuId) |
void |
setSkuIdPeriod(String skuIdPeriod) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final int ONE_DAY
public static final int FIVE_DAY
public static final int TEN_DAY
public static final int TWENTY_DAY
public static final int ONE_MONTH
public static final int ONE_YEAR
public static final int TWO_YEAR
public static final int THREE_YEAR
public Long getId()
public void setId(Long id)
public Long getSkuId()
public void setSkuId(Long skuId)
public Integer getRentPeriod()
public void setRentPeriod(Integer rentPeriod)
public String getRentFee()
public void setRentFee(String rentFee)
public List<BigDecimal> getRentFeeList()
public void setRentFeeList(List<BigDecimal> rentFeeList)
public String getSkuIdPeriod()
public void setSkuIdPeriod(String skuIdPeriod)
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 © 2019. All rights reserved.