|
|
@ -23,6 +23,10 @@ public class AsBusrepairBillInsurance extends BaseEntity { |
|
|
|
private String responsibility; |
|
|
|
@ApiModelProperty("对方险种") |
|
|
|
private String otherInsuranceType; |
|
|
|
@ApiModelProperty("责任划分") |
|
|
|
private String responsibilityKey; |
|
|
|
@ApiModelProperty("对方险种") |
|
|
|
private String otherInsuranceTypeKey; |
|
|
|
@ApiModelProperty("保险公司1") |
|
|
|
private String insuranceCompany1; |
|
|
|
@ApiModelProperty("保险公司2") |
|
|
@ -39,4 +43,6 @@ public class AsBusrepairBillInsurance extends BaseEntity { |
|
|
|
private Integer isSpecialSign; |
|
|
|
@ApiModelProperty("出险类型") |
|
|
|
private String accidentType; |
|
|
|
@ApiModelProperty("出险类型") |
|
|
|
private String accidentTypeKey; |
|
|
|
} |
|
|
|