public class SysLog extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
STATUS_READ
已读
|
static Integer |
STATUS_UNREAD
未读
|
static String |
USER_TYPE_CUSTOMER
客户
|
static String |
USER_TYPE_INDIVIDUAL
零客
|
| 构造器和说明 |
|---|
SysLog() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getActionType() |
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getDataId() |
Long |
getId() |
Integer |
getStatus() |
String |
getTbl() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setActionType(String actionType) |
void |
setContent(String content) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDataId(Long dataId) |
void |
setId(Long id) |
void |
setStatus(Integer status) |
void |
setTbl(String tbl) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer STATUS_UNREAD
public static final Integer STATUS_READ
public Long getId()
public void setId(Long id)
public String getContent()
public void setContent(String content)
public String getActionType()
public void setActionType(String actionType)
public String getTbl()
public void setTbl(String tbl)
public Long getDataId()
public void setDataId(Long dataId)
public Integer getStatus()
public void setStatus(Integer status)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2021. All rights reserved.