fei
23 小时以前 359f1d48b1d859a23cd35a425d2cffb1e9d1c811
archiveManager/src/main/java/com/ruoyi/domain/DocumentMaterials.java
@@ -12,6 +12,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;
import com.ruoyi.common.annotation.Excel;
import com.ruoyi.common.core.domain.BaseEntity;
import org.apache.poi.ss.usermodel.IndexedColors;
/**
 * 【文件材料综合信息】对象 document_materials
@@ -26,11 +27,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;
@@ -44,36 +45,37 @@
    }
    /** $column.columnComment */
    @Excel(name = "编任者")
    @Excel(name = "编任者", headerColor = IndexedColors.BLACK)
    private String creator;
    /** $column.columnComment */
    @Excel(name = "文件题名")
    @Excel(name = "文件题名", headerColor = IndexedColors.BLACK)
    private String title;
    /** $column.columnComment */
    @JsonFormat(pattern = "yyyy-MM-dd")
    @Excel(name = "日期", width = 30, dateFormat = "yyyy-MM-dd")
    @Excel(name = "日期", width = 30, dateFormat = "yyyy-MM-dd", headerColor = IndexedColors.BLACK)
    private Date date;
    /** $column.columnComment */
    @Excel(name = "页号", handler = NumberFormatHandler.class)
   // @Excel(name = "页号", handler = NumberFormatHandler.class, headerColor = IndexedColors.BLACK)
    private Long pageNumber;
    @Excel(name = "页号", height = 10,width = 10,headerColor = IndexedColors.RED, headerBackgroundColor = IndexedColors.WHITE)
    private String pageNumberFormatted;
    /** $column.columnComment */
    @Excel(name = "页次")
    @Excel(name = "页次", headerColor = IndexedColors.BLACK)
    private Long pageOrder;
    /** $column.columnComment */
    @Excel(name = "所处阶段")
    @Excel(name = "所处阶段", headerColor = IndexedColors.BLACK)
    private String stage;
    /** $column.columnComment */
    @Excel(name = "公开属性")
    @Excel(name = "公开属性", headerColor = IndexedColors.BLACK)
    private String publicity;
    /** $column.columnComment */
    @Excel(name = "是否为附件附图")
    @Excel(name = "是否为附件附图", headerColor = IndexedColors.BLACK)
    private String isAttachment;
    /** $column.columnComment */
@@ -81,55 +83,55 @@
    private String isDiagram;
    /** $column.columnComment */
    @Excel(name = "保管期限")
    @Excel(name = "保管期限", headerColor = IndexedColors.BLACK)
    private String retentionPeriod;
    /** $column.columnComment */
    @Excel(name = "密级")
    @Excel(name = "密级", headerColor = IndexedColors.BLACK)
    private String securityLevel;
    /** $column.columnComment */
    @Excel(name = "是否涉密及敏感信息")
    @Excel(name = "是否涉密及敏感信息", headerColor = IndexedColors.BLACK)
    private String isSensitive;
    /** $column.columnComment */
    @Excel(name = "是否注销")
    @Excel(name = "是否注销", headerColor = IndexedColors.BLACK)
    private String isCanceled;
    /** $column.columnComment */
    @Excel(name = "格式")
    @Excel(name = "格式", headerColor = IndexedColors.BLACK)
    private String format;
    /** $column.columnComment */
    @Excel(name = "幅面")
    @Excel(name = "幅面", headerColor = IndexedColors.BLACK)
    private String sizeType;
    /** $column.columnComment */
    @Excel(name = "水平分辨率")
    @Excel(name = "水平分辨率", headerColor = IndexedColors.BLACK)
    private Long horizontalResolution;
    /** $column.columnComment */
    @Excel(name = "垂直分辨率")
    @Excel(name = "垂直分辨率", headerColor = IndexedColors.BLACK)
    private Long verticalResolution;
    /** $column.columnComment */
    @Excel(name = "宽度")
    @Excel(name = "宽度", headerColor = IndexedColors.BLACK)
    private Long width;
    /** $column.columnComment */
    @Excel(name = "高度")
    @Excel(name = "高度", headerColor = IndexedColors.BLACK)
    private Long height;
    /** $column.columnComment */
    @Excel(name = "大小")
    @Excel(name = "大小", headerColor = IndexedColors.BLACK)
    private Double fileSize;
    /** $column.columnComment */
    @Excel(name = "附件及历史发文号")
    @Excel(name = "附件及历史发文号", headerColor = IndexedColors.BLACK)
    private String attachmentHistoryNumbers;
    /** $column.columnComment */
    @Excel(name = "备注")
    @Excel(name = "备注", headerColor = IndexedColors.BLACK)
    private String remarks;
    /** $column.columnComment */