public class TopicGoods extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
SHELF_OFF
下架状态
|
static Integer |
SHELF_ON
上架状态
|
static int |
SORT_DEFAULT
新增/上下架时 sort =0
|
| 构造器和说明 |
|---|
TopicGoods() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getGoodsId() |
String |
getGoodsNum() |
Long |
getId() |
Integer |
getShelfStatus() |
Integer |
getSort() |
Long |
getTopicId() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setGoodsId(Long goodsId) |
void |
setGoodsNum(String goodsNum) |
void |
setId(Long id) |
void |
setShelfStatus(Integer shelfStatus) |
void |
setSort(Integer sort) |
void |
setTopicId(Long topicId) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer SHELF_ON
public static final Integer SHELF_OFF
public static final int SORT_DEFAULT
public Long getId()
public void setId(Long id)
public String getGoodsNum()
public void setGoodsNum(String goodsNum)
public Long getGoodsId()
public void setGoodsId(Long goodsId)
public Integer getShelfStatus()
public void setShelfStatus(Integer shelfStatus)
public Long getTopicId()
public void setTopicId(Long topicId)
public Integer getSort()
public void setSort(Integer sort)
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 © 2018. All rights reserved.