public class Template extends Object implements Serializable
| Constructor and Description |
|---|
Template() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getMerchantId() |
String |
getModuleJson() |
String |
getName() |
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) |
Template |
setUpdateAt(Long updateAt) |
Template |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public String getName()
public Long getMerchantId()
public String getModuleJson()
public Long getCreateAt()
public Long getCreateBy()
public Long getUpdateAt()
public Long getUpdateBy()
Copyright © 2020. All rights reserved.