public class UserVoucherRelation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
CAN_NOT_USE |
static Integer |
CAN_USE |
static Integer |
EXPIRED
已过期
|
static Integer |
UNUSED
已使用
|
static Integer |
USED
未使用
|
| Constructor and Description |
|---|
UserVoucherRelation() |
public static Integer UNUSED
public static Integer USED
public static Integer EXPIRED
public static Integer CAN_USE
public static Integer CAN_NOT_USE
public Long getId()
public void setId(Long id)
public Long getUserId()
public void setUserId(Long userId)
public Long getGoodsId()
public void setGoodsId(Long goodsId)
public String getOrderId()
public void setOrderId(String orderId)
public Integer getStatus()
public void setStatus(Integer status)
public Long getStartAt()
public void setStartAt(Long startAt)
public Long getEndAt()
public void setEndAt(Long endAt)
public Long getUsedAt()
public void setUsedAt(Long usedAt)
public Integer getScore()
public void setScore(Integer score)
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)
public String getGoodsName()
public void setGoodsName(String goodsName)
public String getImgHome()
public void setImgHome(String imgHome)
public Integer getForVip()
public void setForVip(Integer forVip)
public Integer getForLesson()
public void setForLesson(Integer forLesson)
public String getContent()
public void setContent(String content)
public Integer getType()
public void setType(Integer type)
public String getWebDesc()
public void setWebDesc(String webDesc)
public Integer getExperiencePeriod()
public void setExperiencePeriod(Integer experiencePeriod)
public BigDecimal getVolume()
public void setVolume(BigDecimal volume)
public BigDecimal getThreshold()
public void setThreshold(BigDecimal threshold)
Copyright © 2018. All Rights Reserved.