public class UserRecommend extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
android |
static Integer |
DISPLAY_FALSE |
static Integer |
DISPLAY_TRUE
1、显示
2、隐藏
|
static Integer |
ios |
static Integer |
Recommend_forbidden |
static Integer |
Recommend_normal |
static Integer |
Stats_Hidden |
static Integer |
Stats_Show |
| 构造器和说明 |
|---|
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 static final Integer Stats_Show
public static final Integer Stats_Hidden
public Long getId()
public void setId(Long id)
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 Integer getStatsDisplay()
public void setStatsDisplay(Integer statsDisplay)
public Long getlastShare()
public void setLastShare(Long lastShare)
public Integer getShareCount()
public void setShareCount(Integer shareCount)
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 © 2017. All rights reserved.