perf:登录调整
This commit is contained in:
@@ -7,6 +7,7 @@ public class UniqueIndexDTO extends LoginToInfo {
|
||||
private String no;
|
||||
private String extra;
|
||||
private String info;
|
||||
private String platform = "web";
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// setter\getter
|
||||
@@ -38,4 +39,12 @@ public class UniqueIndexDTO extends LoginToInfo {
|
||||
public void setInfo(String info) {
|
||||
this.info = info;
|
||||
}
|
||||
|
||||
public String getPlatform() {
|
||||
return platform;
|
||||
}
|
||||
|
||||
public void setPlatform(String platform) {
|
||||
this.platform = platform;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user