fei
11 小时以前 359f1d48b1d859a23cd35a425d2cffb1e9d1c811
archiveManager/src/main/java/com/ruoyi/domain/vo/DocumentMaterialsVo.java
@@ -26,9 +26,12 @@
    @Excel(name = "日期", width = 10, dateFormat = "yyyy-MM-dd", height = 10,headerColor = IndexedColors.BLACK, headerBackgroundColor = IndexedColors.WHITE)
    private Date date;
    @Excel(name = "页号", height = 10,width = 10,headerColor = IndexedColors.RED, headerBackgroundColor = IndexedColors.WHITE)
    // 页号(原始数值,用于计算)
    private Long pageNumber;
    // 格式化后的页号,用于显示范围,如"38-38"或"23-38"
    @Excel(name = "页号", height = 10,width = 10,headerColor = IndexedColors.RED, headerBackgroundColor = IndexedColors.WHITE)
    private String pageNumberFormatted;
    @Excel(name = "备注", height = 20,width=10,headerColor = IndexedColors.BLACK, headerBackgroundColor = IndexedColors.WHITE)
    private String remarks;
@@ -42,3 +45,6 @@
//    @Excel(name = "图片", cellType = Excel.ColumnType.IMAGE)
//    private String url;
}