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