|
|
@@ -39,15 +39,15 @@ public class ExcelContent4PrivateFollow implements Serializable {
|
|
|
private String jyPolicyNo;
|
|
|
|
|
|
@Schema(description = "交强险跟单费比例")
|
|
|
- @ExcelProperty(value = "交强险跟单费比例,单位:百分比(%)", index = 4)
|
|
|
+ @ExcelProperty(value = "交强险跟单费比例,单位:小数", index = 4)
|
|
|
private String jqOtherCostsProportion;
|
|
|
|
|
|
@Schema(description = "商业险跟单费比例")
|
|
|
- @ExcelProperty(value = "商业险跟单费比例,单位:百分比(%)", index = 5)
|
|
|
+ @ExcelProperty(value = "商业险跟单费比例,单位:小数", index = 5)
|
|
|
private String syOtherCostsProportion;
|
|
|
|
|
|
@Schema(description = "非车险跟单费比例")
|
|
|
- @ExcelProperty(value = "非车险跟单费比例,单位:百分比(%)", index = 6)
|
|
|
+ @ExcelProperty(value = "非车险跟单费比例,单位:小数", index = 6)
|
|
|
private String jyOtherCostsProportion;
|
|
|
|
|
|
}
|