Commit 4d61511d by 王军业

11254525

1 parent 51830c7a
......@@ -211,7 +211,7 @@ public class SelectVo {
return contract_unid;
}
public void setContract_unid(String contract_unid) {
this.contract_unid = contract_unid;
this.contract_unid = contract_unid.trim();
}
public String getSalesperson_unid() {
return salesperson_unid;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!