Commit d462d48b by zhangchen

发票查询类添加寄送联系人

parent b16ac760
......@@ -19,9 +19,13 @@ public class InvoiceRequestQuery extends AbstractPagedQuery {
private Integer id;
/**
* 寄送联系人
* 寄送联系人电话
*/
private String contactTel;
/**
* 寄送联系人姓名
*/
private String contactName;
/**
* 申请人
......@@ -100,4 +104,13 @@ public class InvoiceRequestQuery extends AbstractPagedQuery {
this.orderNo = orderNo;
}
public String getContactName() {
return contactName;
}
public void setContactName(String contactName) {
this.contactName = contactName;
}
}
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