public class LoginLog extends Object implements Serializable
| 构造器和说明 |
|---|
LoginLog() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getLoginAddress() |
String |
getLoginIp() |
Long |
getLoginTime() |
Integer |
getLoginType() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setLoginAddress(String loginAddress) |
void |
setLoginIp(String loginIp) |
void |
setLoginTime(Long loginTime) |
void |
setLoginType(Integer loginType) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public Long getLoginTime()
public void setLoginTime(Long loginTime)
public String getLoginIp()
public void setLoginIp(String loginIp)
public String getLoginAddress()
public void setLoginAddress(String loginAddress)
public Integer getLoginType()
public void setLoginType(Integer loginType)
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 © 2018. All rights reserved.