public class Template extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
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端模板
|
| 构造器和说明 |
|---|
Template() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCategory() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getMerchantId() |
String |
getModuleJson() |
String |
getModuleJsonLangInfo() |
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) |
void |
setModuleJsonLangInfo(String moduleJsonLangInfo) |
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()
public String getModuleJsonLangInfo()
public void setModuleJsonLangInfo(String moduleJsonLangInfo)
Copyright © 2021. All rights reserved.