| | |
| | | public class DocumentMaterialsVo { |
| | | |
| | | |
| | | @Excel(name="序号", height = 10,width=8,headerColor = IndexedColors.RED, headerBackgroundColor = IndexedColors.WHITE) |
| | | @Excel(name="序号", width=8,headerColor = IndexedColors.RED, headerBackgroundColor = IndexedColors.WHITE) |
| | | private Long num; |
| | | @Excel(name = "文件编号", height = 10, width=8,headerColor = IndexedColors.BLACK, headerBackgroundColor = IndexedColors.WHITE) |
| | | @Excel(name = "文件编号", width=8,headerColor = IndexedColors.BLACK, headerBackgroundColor = IndexedColors.WHITE) |
| | | private String documentNumber; |
| | | @Excel(name = "责任者", height = 10, width=8,headerColor = IndexedColors.BLACK, headerBackgroundColor = IndexedColors.WHITE) |
| | | @Excel(name = "责任者", width=8,headerColor = IndexedColors.BLACK, headerBackgroundColor = IndexedColors.WHITE) |
| | | private String creator; |
| | | @Excel(name = "文件题名", height = 8,headerColor = IndexedColors.RED, headerBackgroundColor = IndexedColors.WHITE) |
| | | |