perf:调整授权登录

This commit is contained in:
曾文豪
2023-01-11 15:46:02 +08:00
parent 82c8e3f474
commit 7d454e9c62
4 changed files with 51 additions and 26 deletions

View File

@@ -2,10 +2,9 @@ package com.tiesheng.login.pojos;
import cn.hutool.core.util.StrUtil;
public class UniqueIndexDTO {
public class UniqueIndexDTO extends LoginToInfo {
private String no;
private String to;
private String extra;
private String info;
@@ -21,14 +20,6 @@ public class UniqueIndexDTO {
this.no = no;
}
public String getTo() {
return to;
}
public void setTo(String to) {
this.to = to;
}
public String getExtra() {
if (StrUtil.isEmpty(extra)) {
extra = "";