|
|
@ -50,5 +50,11 @@ public class LoanNoGuaranteeCreditReviewDto implements Dto { |
|
|
|
private List<String> loanReviewFiles = new ArrayList<>(); |
|
|
|
@ApiModelProperty("是否公司开票(0是,1否)") |
|
|
|
private String isCompInvoic; |
|
|
|
@ApiModelProperty("车辆登记类型(1客户,2挂靠公司)") |
|
|
|
private Integer type; |
|
|
|
@ApiModelProperty("挂靠公司Sid") |
|
|
|
private String affiliatedCompanySid; |
|
|
|
@ApiModelProperty("挂靠公司") |
|
|
|
private String affiliatedCompany; |
|
|
|
|
|
|
|
} |
|
|
|