Commit a4d79906 by chongli

销售发票提交重复处理

parent c97e4bda
......@@ -21,7 +21,7 @@ public class InvoiceRequestQuery extends AbstractPagedQuery {
/**
* 寄送联系人
*/
private String contactName;
private String contactTel;
/**
* 申请人
......@@ -49,13 +49,12 @@ public class InvoiceRequestQuery extends AbstractPagedQuery {
this.id = id;
}
public String getContactName() {
return contactName;
public String getContactTel() {
return contactTel;
}
public void setContactName(String contactName) {
this.contactName = contactName;
public void setContactTel(String contactTel) {
this.contactTel = contactTel;
}
public Date getCreateTimeStart() {
......
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 sign in to comment