|
|
@@ -32,27 +32,27 @@ public class InsPlyIncomeExportVo implements Serializable {
|
|
|
private String jyPolicyNo;
|
|
|
|
|
|
@Schema(description = "交强手续费比例")
|
|
|
- @ExcelProperty(value ="交强手续费比例", index = 4)
|
|
|
+ @ExcelProperty(value ="交强手续费比例,单位:百分比(%)", index = 4)
|
|
|
private BigDecimal jqSuperviseCostsProportion;
|
|
|
|
|
|
@Schema(description = "交强跟单费比例")
|
|
|
- @ExcelProperty(value = "交强跟单费比例", index = 5)
|
|
|
+ @ExcelProperty(value = "交强跟单费比例,单位:百分比(%)", index = 5)
|
|
|
private BigDecimal jqOtherCostsProportion;
|
|
|
|
|
|
@Schema(description = "商业手续费比例")
|
|
|
- @ExcelProperty(value = "商业手续费比例", index = 6)
|
|
|
+ @ExcelProperty(value = "商业手续费比例,单位:百分比(%)", index = 6)
|
|
|
private BigDecimal sySuperviseCostsProportion;
|
|
|
|
|
|
@Schema(description = "商业跟单费比例")
|
|
|
- @ExcelProperty(value = "商业跟单费比例", index = 7)
|
|
|
+ @ExcelProperty(value = "商业跟单费比例,单位:百分比(%)", index = 7)
|
|
|
private BigDecimal syOtherCostsProportion;
|
|
|
|
|
|
@Schema(description = "驾意手续费比例")
|
|
|
- @ExcelProperty(value = "驾意手续费比例", index = 8)
|
|
|
+ @ExcelProperty(value = "驾意手续费比例,单位:百分比(%)", index = 8)
|
|
|
private BigDecimal jySuperviseCostsProportion;
|
|
|
|
|
|
@Schema(description = "驾意跟单费比例")
|
|
|
- @ExcelProperty(value = "驾意跟单费比例", index = 9)
|
|
|
+ @ExcelProperty(value = "驾意跟单费比例,单位:百分比(%)", index = 9)
|
|
|
private BigDecimal jyOtherCostsProportion;
|
|
|
|
|
|
}
|