|
|
@@ -39,4 +39,20 @@ public class BusinessAgentExcel {
|
|
|
|
|
|
@ExcelProperty(value = "非车险保费", index = 9)
|
|
|
private BigDecimal jypremium;
|
|
|
+
|
|
|
+ @ExcelProperty(value = "单交订单数", index = 10)
|
|
|
+ private String riskCodeDj;
|
|
|
+
|
|
|
+ @ExcelProperty(value = "单商订单数", index = 11)
|
|
|
+ private String riskCodeDs;
|
|
|
+
|
|
|
+
|
|
|
+ @ExcelProperty(value = "单三订单数", index = 12)
|
|
|
+ private String riskCodeDsan;
|
|
|
+
|
|
|
+ @ExcelProperty(value = "交三订单数", index = 13)
|
|
|
+ private String riskCodeJs;
|
|
|
+
|
|
|
+ @ExcelProperty(value = "交商订单数", index = 14)
|
|
|
+ private String riskCodeJshang;
|
|
|
}
|