|
@@ -30,6 +30,9 @@ public class LogListVoEn {
|
|
|
@ExcelProperty("Email")
|
|
|
private String email;
|
|
|
|
|
|
+ @ExcelProperty("Registration time")
|
|
|
+ private String userCreateTime;
|
|
|
+
|
|
|
@ExcelProperty("Authorizer")
|
|
|
private String agentName;
|
|
|
|
|
@@ -45,6 +48,7 @@ public class LogListVoEn {
|
|
|
@ExcelProperty("Methods")
|
|
|
private String giveTypeStr;
|
|
|
|
|
|
+
|
|
|
public String getTypeStr() {
|
|
|
if(type == null){
|
|
|
return null;
|