public class Template extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
APPLETS
小程序端模板
|
static Integer |
CLASSIFY_LIST |
static Integer |
COMPONENT_ID_4
前端组件约定:4 列表
|
static Integer |
COMPONENT_STYLE_3
前端组件样式约定:3
|
static Integer |
INDUSTRY_TEMPLATE
10=行业模板
|
static Integer |
ORDINARY_TEMPLATE
0:普通模板
|
static Integer |
PC
PC端模板
|
| Constructor and Description |
|---|
Template() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCategory() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getMerchantId() |
String |
getModuleJson() |
String |
getName() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCategory(Integer category) |
Template |
setCreateAt(Long createAt) |
Template |
setCreateBy(Long createBy) |
Template |
setId(Long id) |
Template |
setMerchantId(Long merchantId) |
Template |
setModuleJson(String moduleJson) |
Template |
setName(String name) |
void |
setType(Integer type) |
Template |
setUpdateAt(Long updateAt) |
Template |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer ORDINARY_TEMPLATE
public static final Integer INDUSTRY_TEMPLATE
public static final Integer COMPONENT_ID_4
public static final Integer COMPONENT_STYLE_3
public static final Integer CLASSIFY_LIST
public static final Integer APPLETS
public static final Integer PC
public Long getId()
public String getName()
public Long getMerchantId()
public String getModuleJson()
public Integer getType()
public void setType(Integer type)
public Integer getCategory()
public void setCategory(Integer category)
public Long getCreateAt()
public Long getCreateBy()
public Long getUpdateAt()
public Long getUpdateBy()
Copyright © 2020. All rights reserved.