Commit c101b970 by sikang

bug fix

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