|
|
@ -19,6 +19,8 @@ public class LoanFinBankInitVo implements Vo { |
|
|
|
@ApiModelProperty(value = "资方名称(陕汽必须字段)", required = true) |
|
|
|
@JsonProperty("manageName") |
|
|
|
private String bankName; |
|
|
|
@ApiModelProperty("资方编码") |
|
|
|
private String bankNo; |
|
|
|
@ApiModelProperty(value = "联系人(陕汽必须字段)", required = true) |
|
|
|
@JsonProperty("name") |
|
|
|
private String contactor; |
|
|
|