public class Goods extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
CASH_VOUCHER
抵用券
|
static Integer |
DOWN_STATUS
下架状态
|
static Integer |
FOR_LESSON
限品 专题
|
static Integer |
FOR_VIP
限品 会员
|
static Integer |
IS_SELECT
精选
|
static Integer |
MEMBER_EXPERIENCE_VOUCHER
会员体验券
|
static Integer |
NOT_IS_SELECT
非精选
|
static Integer |
UP_STATUS
上架状态
|
static Integer |
VIDEO_EXPERIENCE_VOUCHER
视频体验券
|
| Constructor and Description |
|---|
Goods() |
public static Integer CASH_VOUCHER
public static Integer MEMBER_EXPERIENCE_VOUCHER
public static Integer VIDEO_EXPERIENCE_VOUCHER
public static Integer FOR_VIP
public static Integer FOR_LESSON
public static Integer IS_SELECT
public static Integer NOT_IS_SELECT
public static Integer UP_STATUS
public static Integer DOWN_STATUS
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getWebDesc()
public void setWebDesc(String desc)
public Integer getType()
public void setType(Integer type)
public String getImgHome()
public void setImgHome(String imgHome)
public String getImgInfo()
public void setImgInfo(String imgInfo)
public Integer getScore()
public void setScore(Integer score)
public BigDecimal getVolumes()
public void setVolumes(BigDecimal volumes)
public BigDecimal getThreshold()
public void setThreshold(BigDecimal threshold)
public Integer getValidPeriod()
public void setValidPeriod(Integer validPeriod)
public Integer getExperiencePeriod()
public void setExperiencePeriod(Integer experiencePeriod)
public String getContent()
public void setContent(String content)
public Integer getForVip()
public void setForVip(Integer forVip)
public Integer getForLesson()
public void setForLesson(Integer forLesson)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getIsSelect()
public void setIsSelect(Integer isSelect)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
Copyright © 2018. All Rights Reserved.