public class Temp extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
STATUS_OFF |
static Integer |
STATUS_ON |
| 构造器和说明 |
|---|
Temp() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCodeName() |
String |
getCountName() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getMerchantId() |
String |
getName() |
String |
getRemark() |
Integer |
getStatus() |
String |
getTempJson() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCodeName(String codeName) |
void |
setCountName(String countName) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setMerchantId(Long merchantId) |
void |
setName(String name) |
void |
setRemark(String remark) |
void |
setStatus(Integer status) |
void |
setTempJson(String tempJson) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer STATUS_ON
public static final Integer STATUS_OFF
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 Integer getStatus()
public void setStatus(Integer status)
public String getCodeName()
public void setCodeName(String codeName)
public String getCountName()
public void setCountName(String countName)
public String getTempJson()
public void setTempJson(String tempJson)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
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 © 2021. All rights reserved.