|
|
@@ -34,6 +34,9 @@ public class InsOrdersExcel {
|
|
|
@ExcelProperty(value = "车牌")
|
|
|
private String licenseNo;
|
|
|
|
|
|
+ @ExcelProperty(value = "险种")
|
|
|
+ private String product;
|
|
|
+
|
|
|
@ExcelProperty(value = "车架号")
|
|
|
private String fraMeno;
|
|
|
|
|
|
@@ -184,6 +187,7 @@ public class InsOrdersExcel {
|
|
|
@ExcelProperty(value = "签单时间")
|
|
|
private String signingTime;
|
|
|
|
|
|
+
|
|
|
@ExcelIgnore
|
|
|
private JSONArray crossInsurance;
|
|
|
|