|
@@ -20,15 +20,12 @@ public class LogListVo {
|
|
@ExcelProperty("权益类型")
|
|
@ExcelProperty("权益类型")
|
|
private String typeStr;
|
|
private String typeStr;
|
|
|
|
|
|
- @ExcelProperty("授权方式")
|
|
|
|
- private String giveTypeStr;
|
|
|
|
|
|
+ @ExcelProperty("昵称")
|
|
|
|
+ private String nickName;
|
|
|
|
|
|
@ExcelProperty("账号")
|
|
@ExcelProperty("账号")
|
|
private String userName;
|
|
private String userName;
|
|
|
|
|
|
- @ExcelProperty("昵称")
|
|
|
|
- private String nickName;
|
|
|
|
-
|
|
|
|
@ExcelProperty("邮箱")
|
|
@ExcelProperty("邮箱")
|
|
private String email;
|
|
private String email;
|
|
|
|
|
|
@@ -44,7 +41,8 @@ public class LogListVo {
|
|
@ExcelProperty("授权总期限(年/月)")
|
|
@ExcelProperty("授权总期限(年/月)")
|
|
private String totalTimeStr;
|
|
private String totalTimeStr;
|
|
|
|
|
|
-
|
|
|
|
|
|
+ @ExcelProperty("授权方式")
|
|
|
|
+ private String giveTypeStr;
|
|
public String getTypeStr() {
|
|
public String getTypeStr() {
|
|
if(type == null){
|
|
if(type == null){
|
|
return null;
|
|
return null;
|