fei
2 天以前 436b955086030caec4513022c1f5127470ad2b14
archiveManager/src/main/java/com/ruoyi/domain/DocumentMaterials.java
@@ -5,6 +5,7 @@
import java.util.Date;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.ruoyi.common.annotation.NumberFormatHandler;
@@ -27,11 +28,11 @@
    /** $column.columnComment */
    @TableId(type = IdType.AUTO)
    private Long materialId;
    @Excel(name = "文件材料序号", handler = NumberFormatHandler.class)
    @Excel(name = "文件材料序号", handler = NumberFormatHandler.class, headerColor = IndexedColors.BLACK)
    private Long fileNumber;
    @Excel(name = "文件编号")
    @Excel(name = "文件编号", headerColor = IndexedColors.BLACK)
    private String documentNumber;
@@ -45,7 +46,7 @@
    }
    /** $column.columnComment */
    @Excel(name = "编任者", headerColor = IndexedColors.BLACK)
    @Excel(name = "责任者", headerColor = IndexedColors.BLACK)
    private String creator;
    /** $column.columnComment */
@@ -58,9 +59,11 @@
    private Date date;
    /** $column.columnComment */
    @Excel(name = "页号", handler = NumberFormatHandler.class, headerColor = IndexedColors.BLACK)
   // @Excel(name = "页号", handler = NumberFormatHandler.class, headerColor = IndexedColors.BLACK)
    private Long pageNumber;
    @TableField(exist = false)
    @Excel(name = "页号", height = 10,width = 10,headerColor = IndexedColors.RED, headerBackgroundColor = IndexedColors.WHITE)
    private String pageNumberFormatted;
    /** $column.columnComment */
    @Excel(name = "页次", headerColor = IndexedColors.BLACK)
    private Long pageOrder;