|
@@ -71,6 +71,9 @@ public class QuotationDetailsExcel {
|
|
|
@ExcelProperty(value = "大订单号",index = 20)
|
|
@ExcelProperty(value = "大订单号",index = 20)
|
|
|
private String bigOrderno;
|
|
private String bigOrderno;
|
|
|
|
|
|
|
|
|
|
+ @ExcelProperty(value = "险种",index = 21)
|
|
|
|
|
+ private String product;
|
|
|
|
|
+
|
|
|
@ExcelIgnore
|
|
@ExcelIgnore
|
|
|
private String auditstatus;
|
|
private String auditstatus;
|
|
|
|
|
|