|
|
@@ -5,6 +5,8 @@ import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import com.jzg.commons.aop.LogDescriptionField;
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
import lombok.Data;
|
|
|
+
|
|
|
+import java.math.BigDecimal;
|
|
|
import java.util.Date;
|
|
|
import java.util.List;
|
|
|
|
|
|
@@ -72,6 +74,15 @@ public class PtlAgreementCostVo {
|
|
|
@Schema(description = "审核不通过原因")
|
|
|
private String reviewDescription;
|
|
|
|
|
|
+ @Schema(description = "交强险入口手续费比例")
|
|
|
+ private String jqEntranceFeeRatio;
|
|
|
+
|
|
|
+ @Schema(description = "商业险入口手续费比例")
|
|
|
+ private String syEntranceFeeRatio;
|
|
|
+
|
|
|
+ @Schema(description = "驾意险入口手续费比例")
|
|
|
+ private String jyEntranceFeeRatio;
|
|
|
+
|
|
|
@Schema(description = "费用类型集合")
|
|
|
private List<PtlAgreementCostTypeVo> ptlAgreementCostTypeList;
|
|
|
|