|
@@ -30,8 +30,8 @@ public class LogListVoEn {
|
|
|
@ExcelProperty("Email")
|
|
|
private String email;
|
|
|
|
|
|
- @ExcelProperty("Methods")
|
|
|
- private String giveTypeStr;
|
|
|
+ @ExcelProperty("Authorizer")
|
|
|
+ private String agentName;
|
|
|
|
|
|
@ExcelProperty("Authorized Quantity")
|
|
|
private Integer count;
|
|
@@ -42,6 +42,8 @@ public class LogListVoEn {
|
|
|
@ExcelProperty("Total duration of the authorization (year/month)")
|
|
|
private String totalTimeStr;
|
|
|
|
|
|
+ @ExcelProperty("Methods")
|
|
|
+ private String giveTypeStr;
|
|
|
|
|
|
public String getTypeStr() {
|
|
|
if(type == null){
|