public class BaseClassify extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
IS_CREATE
10=可以创建子级
|
static Integer |
IS_NOT_CREATE
20=不可以创建子级
|
static Integer |
STATUS_OFF
下架状态
|
static Integer |
STATUS_ON
上架状态
|
| Constructor and Description |
|---|
BaseClassify() |
public static final Integer IS_CREATE
public static final Integer IS_NOT_CREATE
public static final Integer STATUS_ON
public static final Integer STATUS_OFF
public Long getId()
public void setId(Long id)
public Integer getLevel()
public void setLevel(Integer level)
public String getIntro()
public void setIntro(String intro)
public String getCoverUrl()
public void setCoverUrl(String coverUrl)
public String getName()
public void setName(String name)
public Long getSort()
public void setSort(Long sort)
public Long getPid()
public Integer getIsCreate()
public void setIsCreate(Integer isCreate)
public void setPid(Long pid)
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)
public Integer getStatus()
public void setStatus(Integer status)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
public Integer getType()
public void setType(Integer type)
public Integer getIndustryType()
public void setIndustryType(Integer industryType)
public String getComponentsIds()
public void setComponentsIds(String componentsIds)
public String getTemplateIds()
public void setTemplateIds(String templateIds)
Copyright © 2020. All rights reserved.