@Entity @Description(value="\u5e73\u53f0\u767b\u5f55\u767b\u51fa\u65e5\u5fd7\u7c7b") public class LogSign extends Log
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toJSONString() |
static LogSign |
valueOfSignIn()
登录日志记录构造方法,当session没有超时的时候
|
static LogSign |
valueOfSignOut(java.lang.String clientIP,
java.lang.String operStaff)
专用与登出操作,当session超时的时候
|
getBrowser, getBrowserVer, getClientIP, getCreateTime, getOperStaff, getOperSystem, getType, getUserAgent, setBrowser, setBrowserVer, setClientIP, setCreateTime, setOperStaff, setOperSystem, setType, setUserAgentpublic java.lang.String toJSONString()
public static LogSign valueOfSignIn()
public static LogSign valueOfSignOut(java.lang.String clientIP, java.lang.String operStaff)
clientIP - 客户端IP地址operStaff - 登录用户的信息。 登录名、id、姓名等都可以