|
|
@ -56,6 +56,11 @@ public class ClientPreApplyBean {
|
|
|
|
private String nation_code;
|
|
|
|
private String nation_code;
|
|
|
|
private String client_pay_type = "2";
|
|
|
|
private String client_pay_type = "2";
|
|
|
|
private String client_pay_desc = "201";
|
|
|
|
private String client_pay_desc = "201";
|
|
|
|
|
|
|
|
private String company_website;
|
|
|
|
|
|
|
|
private String company_photo;
|
|
|
|
|
|
|
|
private String alipayindustry;
|
|
|
|
|
|
|
|
private String wechatindustry;
|
|
|
|
|
|
|
|
private String store_photo;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -255,4 +260,44 @@ public class ClientPreApplyBean {
|
|
|
|
public String getClient_pay_desc() {
|
|
|
|
public String getClient_pay_desc() {
|
|
|
|
return client_pay_desc;
|
|
|
|
return client_pay_desc;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setAlipayindustry(String alipayindustry) {
|
|
|
|
|
|
|
|
this.alipayindustry = alipayindustry;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setCompany_photo(String company_photo) {
|
|
|
|
|
|
|
|
this.company_photo = company_photo;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setCompany_website(String company_website) {
|
|
|
|
|
|
|
|
this.company_website = company_website;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setStore_photo(String store_photo) {
|
|
|
|
|
|
|
|
this.store_photo = store_photo;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setWechatindustry(String wechatindustry) {
|
|
|
|
|
|
|
|
this.wechatindustry = wechatindustry;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getAlipayindustry() {
|
|
|
|
|
|
|
|
return alipayindustry;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getCompany_photo() {
|
|
|
|
|
|
|
|
return company_photo;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getCompany_website() {
|
|
|
|
|
|
|
|
return company_website;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getStore_photo() {
|
|
|
|
|
|
|
|
return store_photo;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getWechatindustry() {
|
|
|
|
|
|
|
|
return wechatindustry;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|