| | |
| | | package com.ycl.platform.domain.excel; |
| | | |
| | | import com.alibaba.excel.annotation.ExcelIgnore; |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import com.alibaba.excel.annotation.write.style.*; |
| | | import com.alibaba.excel.enums.BooleanEnum; |
| | |
| | | @ExcelProperty({"自贡市公共视频监控系统续维合同", "规则名称"}) |
| | | @ColumnWidth(130) |
| | | private String ruleName; |
| | | /** |
| | | * 细则 |
| | | */ |
| | | @ExcelProperty({"自贡市公共视频监控系统续维合同", "细则"}) |
| | | @ColumnWidth(130) |
| | | private String detailName; |
| | | |
| | | /** |
| | | * 数量 |
| | |
| | | @ExcelProperty({"自贡市公共视频监控系统续维合同", "金额"}) |
| | | private BigDecimal money; |
| | | |
| | | /** |
| | | * 扣除分数 |
| | | */ |
| | | @ExcelIgnore |
| | | private BigDecimal calcFraction; |
| | | } |