Commit 684ef400 by sikang

update

parent afb7fa7a
......@@ -105,6 +105,15 @@ public class LatestLoanAppBean implements Parcelable {
private String contractNo;
private String serviceMobile = LibConfig.HOTLINE;
private String companyName = "";
private String pid = "";
public String getPid() {
return pid;
}
public void setPid(String pid) {
this.pid = pid;
}
public String getCompanyName() {
return companyName;
......
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