Commit bb5cd2a1 authored by hezhen's avatar hezhen

123

parent 848a9784
......@@ -62,6 +62,22 @@ public class CompanyInfo {
private String mobile;
@ApiModelProperty("联系人身份证")
@Column(name = "contact_number")
private String contactNumber;
@ApiModelProperty("联系人身份证正面")
@Column(name = "contact_front_url")
private String contactFrontUrl;
@ApiModelProperty("联系人身份证反面")
@Column(name = "contact_back_url")
private String contactBackUrl;
@ApiModelProperty("营业执照")
@Column(name = "business_license")
private String businessLicense;
......@@ -144,6 +160,24 @@ public class CompanyInfo {
private String registerCode;
@Column(name = "bank_account")
@ApiModelProperty("银行账号")
private String bankAccount;
@Column(name = "bank_name")
@ApiModelProperty("开户名")
private String bankName;
@Column(name = "bank")
@ApiModelProperty("开户行")
private String bank;
@Column(name = "crt_time")
private Long crtTime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment