public class GoodsSort extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
SHELF_OFF
下架状态
|
static Integer |
SHELF_ON
上架状态
|
static int |
SORT_DEFAULT
新增/上下架时 sort =0
|
static int |
SORT_LEVELEVEL_ONE
一级分类
|
static int |
SORT_LEVELEVEL_TWO
二级分类
|
| 构造器和说明 |
|---|
GoodsSort() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getFatherId() |
Long |
getId() |
String |
getPcImg() |
Integer |
getShelfStatus() |
Integer |
getSort() |
Integer |
getSortLevel() |
String |
getSortName() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getWxImg() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setFatherId(Long fatherId) |
void |
setId(Long id) |
void |
setPcImg(String pcImg) |
void |
setShelfStatus(Integer shelfStatus) |
void |
setSort(Integer sort) |
void |
setSortLevel(Integer sortLevel) |
void |
setSortName(String sortName) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setWxImg(String wxImg) |
String |
toString() |
public static final Integer SHELF_ON
public static final Integer SHELF_OFF
public static final int SORT_DEFAULT
public static final int SORT_LEVELEVEL_ONE
public static final int SORT_LEVELEVEL_TWO
public Long getId()
public void setId(Long id)
public String getSortName()
public void setSortName(String sortName)
public Integer getSortLevel()
public void setSortLevel(Integer sortLevel)
public Long getFatherId()
public void setFatherId(Long fatherId)
public Integer getShelfStatus()
public void setShelfStatus(Integer shelfStatus)
public String getPcImg()
public void setPcImg(String pcImg)
public String getWxImg()
public void setWxImg(String wxImg)
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 © 2019. All rights reserved.