|
|
@@ -9,14 +9,16 @@ import java.io.Serial;
|
|
|
import java.io.Serializable;
|
|
|
|
|
|
/**
|
|
|
+ * 私有手续费
|
|
|
+ *
|
|
|
* @author tz
|
|
|
* @description 应收查询VO
|
|
|
- * @createDate 2024-06-26 10:49:31
|
|
|
+ * @date 2024-06-26 10:49:31
|
|
|
*/
|
|
|
@EqualsAndHashCode
|
|
|
@Data
|
|
|
@Schema(description = "财务应收表")
|
|
|
-public class ExcelContent4Private implements Serializable {
|
|
|
+public class ExcelContent4PrivateSupervise implements Serializable {
|
|
|
|
|
|
@Serial
|
|
|
private static final long serialVersionUID = 6263862008363938379L;
|
|
|
@@ -41,26 +43,26 @@ public class ExcelContent4Private implements Serializable {
|
|
|
@ExcelProperty(value = "交强险手续费比例(%)", index = 4)
|
|
|
private String jqSuperviseCostsProportion;
|
|
|
|
|
|
- @Schema(description = "交强险跟单费比例")
|
|
|
- @ExcelProperty(value = "交强险跟单费比例(%)", index = 5)
|
|
|
- private String jqOtherCostsProportion;
|
|
|
+// @Schema(description = "交强险跟单费比例")
|
|
|
+// @ExcelProperty(value = "交强险跟单费比例(%)", index = 5)
|
|
|
+// private String jqOtherCostsProportion;
|
|
|
|
|
|
|
|
|
@Schema(description = "商业险手续费比例")
|
|
|
- @ExcelProperty(value = "商业险手续费比例(%)", index = 6)
|
|
|
+ @ExcelProperty(value = "商业险手续费比例(%)", index = 5)
|
|
|
private String sySuperviseCostsProportion;
|
|
|
|
|
|
- @Schema(description = "商业险跟单费比例")
|
|
|
- @ExcelProperty(value = "商业险跟单费比例(%)", index = 7)
|
|
|
- private String syOtherCostsProportion;
|
|
|
+// @Schema(description = "商业险跟单费比例")
|
|
|
+// @ExcelProperty(value = "商业险跟单费比例(%)", index = 7)
|
|
|
+// private String syOtherCostsProportion;
|
|
|
|
|
|
|
|
|
@Schema(description = "非车险手续费比例")
|
|
|
- @ExcelProperty(value = "非车险手续费比例(%)", index = 8)
|
|
|
+ @ExcelProperty(value = "非车险手续费比例(%)", index = 6)
|
|
|
private String jySuperviseCostsProportion;
|
|
|
|
|
|
- @Schema(description = "非车险跟单费比例")
|
|
|
- @ExcelProperty(value = "非车险跟单费比例(%)", index = 9)
|
|
|
- private String jyOtherCostsProportion;
|
|
|
+// @Schema(description = "非车险跟单费比例")
|
|
|
+// @ExcelProperty(value = "非车险跟单费比例(%)", index = 9)
|
|
|
+// private String jyOtherCostsProportion;
|
|
|
|
|
|
}
|