|
@@ -65,6 +65,9 @@ public class QuotationDetailsExcel {
|
|
|
@ExcelProperty(value = "车牌号",index = 18)
|
|
@ExcelProperty(value = "车牌号",index = 18)
|
|
|
private String licenseno;
|
|
private String licenseno;
|
|
|
|
|
|
|
|
|
|
+ @ExcelProperty(value = "维护人",index = 19)
|
|
|
|
|
+ private String leaderName;
|
|
|
|
|
+
|
|
|
@ExcelIgnore
|
|
@ExcelIgnore
|
|
|
private String auditstatus;
|
|
private String auditstatus;
|
|
|
|
|
|