|
@ -18,6 +18,7 @@ public class LoginLog extends IdEntity {
|
|
private String userType;//1 患者 2医生
|
|
private String userType;//1 患者 2医生
|
|
private Long tokenId;//登录的tokenid
|
|
private Long tokenId;//登录的tokenid
|
|
private String type;//登录成功1 成功 2失败
|
|
private String type;//登录成功1 成功 2失败
|
|
|
|
private Integer platform;//1患者端,2医生端app,3微信公众号wechat,4 IM医生端pc, PC端取药系统,5医生助手公众号
|
|
private Date createTime;//创建时间
|
|
private Date createTime;//创建时间
|
|
private String errorMessage;//错误信息
|
|
private String errorMessage;//错误信息
|
|
private String phone;//电话号码
|
|
private String phone;//电话号码
|
|
@ -94,4 +95,12 @@ public class LoginLog extends IdEntity {
|
|
public void setAppVersion(String appVersion) {
|
|
public void setAppVersion(String appVersion) {
|
|
this.appVersion = appVersion;
|
|
this.appVersion = appVersion;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public Integer getPlatform() {
|
|
|
|
return platform;
|
|
|
|
}
|
|
|
|
|
|
|
|
public void setPlatform(Integer platform) {
|
|
|
|
this.platform = platform;
|
|
|
|
}
|
|
}
|
|
}
|