public class BaseClassifyEn 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
上架状态
|
static int |
TYPE_DEPARTMENT
名片部门
|
static int |
TYPE_MALL
电商分类
|
static int |
TYPE_NARMAL
普通分类
|
| Constructor and Description |
|---|
BaseClassifyEn() |
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 static final int TYPE_NARMAL
public static final int TYPE_MALL
public static final int TYPE_DEPARTMENT
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)
public String getPath()
public void setPath(String path)
public String getPathDesc()
public void setPathDesc(String pathDesc)
public String getLangInfo()
public void setLangInfo(String lang)
Copyright © 2021. All rights reserved.