public class Template extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
COMPONENT_ID_4
前端组件约定:4 列表
|
static Integer |
COMPONENT_STYLE_3
前端组件样式约定:3
|
static Integer |
INDUSTRY_TEMPLATE
10=行业模板
|
static Integer |
ORDINARY_TEMPLATE
0:普通模板
|
| Constructor and Description |
|---|
Template() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getMerchantId() |
String |
getModuleJson() |
String |
getName() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
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 Long getId()
public String getName()
public Long getMerchantId()
public String getModuleJson()
public Integer getType()
public void setType(Integer type)
public Long getCreateAt()
public Long getCreateBy()
public Long getUpdateAt()
public Long getUpdateBy()
Copyright © 2020. All rights reserved.