public class TemplateJp 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端模板
|
| 构造器和说明 |
|---|
TemplateJp() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
TemplateJp |
setCreateAt(Long createAt) |
TemplateJp |
setCreateBy(Long createBy) |
TemplateJp |
setId(Long id) |
TemplateJp |
setMerchantId(Long merchantId) |
TemplateJp |
setModuleJson(String moduleJson) |
void |
setModuleJsonLangInfo(String moduleJsonLangInfo) |
TemplateJp |
setName(String name) |
void |
setType(Integer type) |
TemplateJp |
setUpdateAt(Long updateAt) |
TemplateJp |
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 TemplateJp setId(Long id)
public String getName()
public TemplateJp setName(String name)
public Long getMerchantId()
public TemplateJp setMerchantId(Long merchantId)
public String getModuleJson()
public TemplateJp setModuleJson(String moduleJson)
public Integer getType()
public void setType(Integer type)
public Integer getCategory()
public void setCategory(Integer category)
public Long getCreateAt()
public TemplateJp setCreateAt(Long createAt)
public Long getCreateBy()
public TemplateJp setCreateBy(Long createBy)
public Long getUpdateAt()
public TemplateJp setUpdateAt(Long updateAt)
public Long getUpdateBy()
public TemplateJp setUpdateBy(Long updateBy)
public String getModuleJsonLangInfo()
public void setModuleJsonLangInfo(String moduleJsonLangInfo)
Copyright © 2021. All rights reserved.