public class UserRecommend extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
android |
static Integer |
DISPLAY_FALSE |
static Integer |
DISPLAY_TRUE
1、显示
2、隐藏
|
static Integer |
ios |
static Integer |
Recommend_forbidden |
static Integer |
Recommend_normal |
| Constructor and Description |
|---|
UserRecommend() |
public static final Integer Recommend_normal
public static final Integer Recommend_forbidden
public static final Integer android
public static final Integer ios
public static final Integer DISPLAY_TRUE
public static final Integer DISPLAY_FALSE
public Long getId()
public void setId(Long id)
public Long getUserId()
public void setUserId(Long userId)
public Integer getRecommendStatus()
public void setRecommendStatus(Integer recommendStatus)
public BigDecimal getDiscount()
public void setDiscount(BigDecimal discount)
public Integer getRecommendNum()
public void setRecommendNum(Integer recommendNum)
public Integer getSpendNum()
public void setSpendNum(Integer spendNum)
public BigDecimal getIosAmount()
public void setIosAmount(BigDecimal iosAmount)
public BigDecimal getAndroidAmount()
public void setAndroidAmount(BigDecimal androidAmount)
public BigDecimal getIosSettlement()
public void setIosSettlement(BigDecimal iosSettlement)
public BigDecimal getAndroidSettlement()
public void setAndroidSettlement(BigDecimal androidSettlement)
public Integer getDisplay()
public void setDisplay(Integer display)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2018. All Rights Reserved.