| | |
| | | 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; |
| | | |
| | | /** |
| | | * 档案记录对象 archive_records |
| | |
| | | @TableId(type = IdType.AUTO) |
| | | |
| | | private Long id; |
| | | @TableField(exist = false) |
| | | |
| | | @Excel(name = "序号", headerColor = IndexedColors.BLACK, width = 8) |
| | | private String num; |
| | | /** 档案号 */ |
| | | @Excel(name = "档案号") |
| | | @Excel(name = "档案号", headerColor = IndexedColors.RED, width = 6) |
| | | private String recordId; |
| | | |
| | | /** 发问号 */ |
| | | @Excel(name = "发问号") |
| | | @Excel(name = "发文号", headerColor = IndexedColors.RED, width = 10) |
| | | private String inquiryNumber; |
| | | |
| | | public String getEveryProjectName() { |
| | |
| | | this.everyProjectName = everyProjectName; |
| | | } |
| | | |
| | | @Excel(name = "每个案卷属于的项目名称") |
| | | // @Excel(name = "项目名称", headerColor = IndexedColors.BLACK) |
| | | |
| | | private String everyProjectName; |
| | | /** 案卷题名 */ |
| | | @Excel(name = "案卷题名") |
| | | @Excel(name = "案卷题名", headerColor = IndexedColors.RED, width = 10) |
| | | private String caseTitle; |
| | | |
| | | /** 公开属性 */ |
| | | @Excel(name = "公开属性") |
| | | @Excel(name = "公开属性", headerColor = IndexedColors.BLACK, width = 8) |
| | | private String publicAttribute; |
| | | |
| | | /** 编制单位 */ |
| | | @Excel(name = "编制单位") |
| | | @Excel(name = "编制单位", headerColor = IndexedColors.BLACK, width = 8) |
| | | private String preparationUnit; |
| | | |
| | | /** 编制日期 */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | @Excel(name = "编制日期", width = 30, dateFormat = "yyyy-MM-dd") |
| | | @Excel(name = "编制日期", width = 11, dateFormat = "yyyy-MM-dd", headerColor = IndexedColors.BLACK) |
| | | private Date preparationDate; |
| | | |
| | | /** 保管期限 */ |
| | | @Excel(name = "保管期限") |
| | | @Excel(name = "保管期限", headerColor = IndexedColors.BLACK , width = 8) |
| | | private String retentionPeriod; |
| | | |
| | | /** 密级 */ |
| | | @Excel(name = "密级") |
| | | @Excel(name = "密级", headerColor = IndexedColors.BLACK, width = 6) |
| | | |
| | | private String securityClassification; |
| | | |
| | | @Excel(name = "案卷状态") |
| | | // @Excel(name = "案卷状态") |
| | | private String recordStatus; |
| | | |
| | | /** 案卷页数 */ |
| | | @Excel(name = "案卷页数") |
| | | @Excel(name = "案卷页数", headerColor = IndexedColors.BLACK, width = 8) |
| | | private Long pageCount; |
| | | |
| | | /** 立案号 */ |
| | | @Excel(name = "立案号") |
| | | @Excel(name = "立案号", headerColor = IndexedColors.BLACK, width = 8) |
| | | private String filingNumber; |
| | | |
| | | /** 建设单位 */ |
| | | @Excel(name = "建设单位") |
| | | @Excel(name = "建设单位", headerColor = IndexedColors.RED, width = 10) |
| | | private String constructionUnit; |
| | | |
| | | /** 建设地址 */ |
| | | @Excel(name = "建设地址") |
| | | @Excel(name = "建设地址", headerColor = IndexedColors.RED, width = 9) |
| | | private String constructionAddress; |
| | | |
| | | /** 建设项目名称 */ |
| | | @Excel(name = "建设项目名称") |
| | | @Excel(name = "建设项目名称", headerColor = IndexedColors.RED, width = 14) |
| | | private String projectName; |
| | | |
| | | /** 项目编号 */ |
| | | @Excel(name = "项目编号") |
| | | @Excel(name = "项目编号", headerColor = IndexedColors.BLACK, width = 8) |
| | | private String projectNumber; |
| | | |
| | | /** 扫描加工公司 */ |
| | | @Excel(name = "扫描加工公司") |
| | | @Excel(name = "扫描加工公司", headerColor = IndexedColors.BLACK, width = 12) |
| | | private String scanningCompany; |
| | | |
| | | /** 档案管(室)号 */ |
| | | @Excel(name = "档案管(室)号") |
| | | @Excel(name = "档案管(室)号", headerColor = IndexedColors.BLACK, width = 14) |
| | | private String archiveRoomNumber; |
| | | |
| | | /** 缩微号 */ |
| | | @Excel(name = "缩微号") |
| | | @Excel(name = "缩微号", headerColor = IndexedColors.BLACK, width = 8) |
| | | private String microfilmNumber; |
| | | |
| | | /** 备注 */ |
| | | @Excel(name = "备注") |
| | | @Excel(name = "备注", headerColor = IndexedColors.BLACK, width = 8) |
| | | private String remarks; |
| | | |
| | | @TableField(exist = false) |
| | | private String categoryNumberStart; |
| | | |
| | | public String getCategoryNumberStart() { |
| | | return categoryNumberStart; |
| | | } |
| | | |
| | | public void setCategoryNumberStart(String categoryNumberStart) { |
| | | this.categoryNumberStart = categoryNumberStart; |
| | | } |
| | | |
| | | public String getCategoryNumberEnd() { |
| | | return categoryNumberEnd; |
| | | } |
| | | |
| | | public void setCategoryNumberEnd(String categoryNumberEnd) { |
| | | this.categoryNumberEnd = categoryNumberEnd; |
| | | } |
| | | |
| | | @TableField(exist = false) |
| | | private String categoryNumberEnd; |
| | | /** 历史相关发文号 */ |
| | | @Excel(name = "历史相关发文号") |
| | | @Excel(name = "历史相关发文号", headerColor = IndexedColors.RED, width = 14) |
| | | private String historicalReferenceNumber; |
| | | |
| | | @TableField(exist = false) |
| | |
| | | return historicalReferenceNumber; |
| | | } |
| | | |
| | | public void setNum(String num) |
| | | { |
| | | this.num = num; |
| | | } |
| | | |
| | | public String getNum() |
| | | { |
| | | return num; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE) |