| | |
| | | * 规则名称 |
| | | */ |
| | | @ExcelProperty({"自贡市公共视频监控系统续维合同", "规则名称"}) |
| | | @ColumnWidth(40) |
| | | @ColumnWidth(130) |
| | | private String ruleName; |
| | | |
| | | /** |
| | |
| | | private Integer num; |
| | | |
| | | /** |
| | | * 分数 |
| | | */ |
| | | @ExcelProperty({"自贡市公共视频监控系统续维合同", "分数"}) |
| | | private BigDecimal score; |
| | | |
| | | /** |
| | | * 金额 |
| | | */ |
| | | @ExcelProperty({"自贡市公共视频监控系统续维合同", "金额"}) |
| | | private BigDecimal money; |
| | | |
| | | /** |
| | | * 分数 |
| | | */ |
| | | @ExcelProperty({"自贡市公共视频监控系统续维合同", "分数"}) |
| | | private Integer score; |
| | | |
| | | /** |
| | | * 剩余分数 |
| | | */ |
| | | @ExcelProperty({"自贡市公共视频监控系统续维合同", "剩余分数"}) |
| | | private Integer surplusScore; |
| | | |
| | | /** |
| | | * 合计 |
| | | */ |
| | | @ExcelProperty({"自贡市公共视频监控系统续维合同", "合计"}) |
| | | private BigDecimal total; |
| | | |
| | | } |