소스 검색

日志导出样式

hanqingsong 1 년 전
부모
커밋
ad02a050d5

+ 1 - 0
src/main/java/com/chinaitop/depot/system/model/UserLoginLogVO.java

@@ -36,5 +36,6 @@ public class UserLoginLogVO {
36
 
36
 
37
     // 机构名称
37
     // 机构名称
38
     @ExcelProperty(value = "粮库名称")
38
     @ExcelProperty(value = "粮库名称")
39
+    @ColumnWidth(30)
39
     private String orgName;
40
     private String orgName;
40
 }
41
 }

+ 1 - 0
src/main/java/com/chinaitop/depot/system/model/UserOperationPageLogVO.java

@@ -35,5 +35,6 @@ public class UserOperationPageLogVO {
35
     private Date visitPageTime;
35
     private Date visitPageTime;
36
 
36
 
37
     @ExcelProperty(value = "粮库名称")
37
     @ExcelProperty(value = "粮库名称")
38
+    @ColumnWidth(30)
38
     private String orgName;
39
     private String orgName;
39
 }
40
 }