Showing
2 changed files
with
2 additions
and
2 deletions
... | ... | @@ -134,7 +134,7 @@ public class CaseExportExcelData implements Serializable { |
134 | 134 | private String expressCompany; |
135 | 135 | |
136 | 136 | @ExcelCheck(canEmpty = false) |
137 | - @ExcelProperty(value = "支付方式", index = 18) | |
137 | + @ExcelProperty(value = "受害人是否寄递黄金、现金", index = 18) | |
138 | 138 | @ContentStyle(dataFormat = 49) |
139 | 139 | @ColumnWidth(25) |
140 | 140 | private String deliverWealth; | ... | ... |