public class ExtraTemp extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
IS_DEFAULT
是否为默认使用
|
static Integer |
TYPE_CODE
标签模板
|
static Integer |
TYPE_SCAN
扫码模板
|
| 构造器和说明 |
|---|
ExtraTemp() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getExtraJson() |
Long |
getId() |
Integer |
getIsDefault() |
String |
getName() |
String |
getRemark() |
Long |
getTempId() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setExtraJson(String extraJson) |
void |
setId(Long id) |
void |
setIsDefault(Integer isDefault) |
void |
setName(String name) |
void |
setRemark(String remark) |
void |
setTempId(Long tempId) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer TYPE_SCAN
public static final Integer TYPE_CODE
public static final Integer IS_DEFAULT
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getRemark()
public void setRemark(String remark)
public Long getTempId()
public void setTempId(Long tempId)
public String getExtraJson()
public void setExtraJson(String extraJson)
public Integer getType()
public void setType(Integer type)
public Integer getIsDefault()
public void setIsDefault(Integer isDefault)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2022. All rights reserved.