|
|
@@ -45,26 +45,65 @@ public class ReceivableExcel {
|
|
|
@ExcelProperty(value = "非车险含保费",index = 12)
|
|
|
private String noPremium;
|
|
|
|
|
|
- @ExcelProperty(value = "手续费比例",index = 13)
|
|
|
- private String commissionFeerate;
|
|
|
|
|
|
- @ExcelProperty(value = "跟单费用比例",index = 14)
|
|
|
- private String otherFeerate;
|
|
|
+ @ExcelProperty(value = "交强手续费比例",index = 13)
|
|
|
+ private String jqSuperviseCostsProportion;
|
|
|
|
|
|
- @ExcelProperty(value = "手续费金额",index = 15)
|
|
|
- private String commissionFeevalue;
|
|
|
+ @ExcelProperty(value = "商业手续费比例",index = 14)
|
|
|
+ private String sySuperviseCostsProportion;
|
|
|
|
|
|
- @ExcelProperty(value = "跟单费用金额",index = 16)
|
|
|
- private String otherFeevalue;
|
|
|
+ @ExcelProperty(value = "非车手续费比例",index = 15)
|
|
|
+ private String noSuperviseCostsProportion;
|
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "维护人",index = 17)
|
|
|
- private String leaderName;
|
|
|
+ @ExcelProperty(value = "交强手续费",index = 16)
|
|
|
+ private String jqSuperviseCostsPremiums;
|
|
|
+
|
|
|
+ @ExcelProperty(value = "商业手续费",index = 17)
|
|
|
+ private String sySuperviseCostsPremiums;
|
|
|
+
|
|
|
+ @ExcelProperty(value = "非车手续费",index = 18)
|
|
|
+ private String noSuperviseCostsPremiums;
|
|
|
+
|
|
|
+
|
|
|
+ @ExcelProperty(value = "交强跟单比例",index = 19)
|
|
|
+ private String jqOtherCostsProportion;
|
|
|
+
|
|
|
+ @ExcelProperty(value = "商业跟单比例",index = 20)
|
|
|
+ private String syOtherCostsProportion;
|
|
|
+
|
|
|
+ @ExcelProperty(value = "非车跟单比例",index = 21)
|
|
|
+ private String noOtherCostsProportion;
|
|
|
|
|
|
|
|
|
+ @ExcelProperty(value = "交强跟单金额",index = 22)
|
|
|
+ private String jqOtherCostsPremium;
|
|
|
|
|
|
+ @ExcelProperty(value = "商业跟单金额",index = 23)
|
|
|
+ private String syOtherCostsPremium;
|
|
|
|
|
|
+ @ExcelProperty(value = "非车跟单金额",index = 24)
|
|
|
+ private String noOtherCostsPremium;
|
|
|
|
|
|
+ @ExcelProperty(value = "手续费比例",index = 25)
|
|
|
+ private String commissionFeerate;
|
|
|
+
|
|
|
+ @ExcelProperty(value = "跟单费用比例",index = 26)
|
|
|
+ private String otherFeerate;
|
|
|
+
|
|
|
+ @ExcelProperty(value = "手续费金额",index = 27)
|
|
|
+ private String commissionFeevalue;
|
|
|
+
|
|
|
+ @ExcelProperty(value = "跟单费用金额",index = 28)
|
|
|
+ private String otherFeevalue;
|
|
|
+
|
|
|
+
|
|
|
+ @ExcelProperty(value = "维护人",index = 29)
|
|
|
+ private String leaderName;
|
|
|
|
|
|
+ @ExcelProperty(value = "协议类型",index = 30)
|
|
|
+ private String agreementType;
|
|
|
|
|
|
+ @ExcelProperty(value = "对接人",index = 31)
|
|
|
+ private String dockingPerson;
|
|
|
}
|