开票申请传税务云增加字段:数电发票是否显示购销方地址电话、数电发票是否显示购销方银行、账号
This commit is contained in:
parent
d6ba2ca7b5
commit
5c9050f002
|
@ -248,6 +248,11 @@ public class PInvoice extends SuperVO implements Serializable ,IEncode{
|
|||
private PInvoiceCepz[] cepzs;
|
||||
|
||||
private PInvoiceTspz[] tspzs;
|
||||
// 数电发票是否显示购销方地址电话
|
||||
private String einvoiceShowGxfDzDh;
|
||||
|
||||
// 数电发票是否显示购销方银行、账号
|
||||
private String einvoiceShowGxfYhZh;
|
||||
|
||||
public String getApplyNumber() {
|
||||
|
||||
|
@ -945,6 +950,22 @@ public class PInvoice extends SuperVO implements Serializable ,IEncode{
|
|||
this.kqysssxbgglbm = kqysssxbgglbm;
|
||||
}
|
||||
|
||||
public String getEinvoiceShowGxfDzDh() {
|
||||
return einvoiceShowGxfDzDh;
|
||||
}
|
||||
|
||||
public void setEinvoiceShowGxfDzDh(String einvoiceShowGxfDzDh) {
|
||||
this.einvoiceShowGxfDzDh = einvoiceShowGxfDzDh;
|
||||
}
|
||||
|
||||
public String getEinvoiceShowGxfYhZh() {
|
||||
return einvoiceShowGxfYhZh;
|
||||
}
|
||||
|
||||
public void setEinvoiceShowGxfYhZh(String einvoiceShowGxfYhZh) {
|
||||
this.einvoiceShowGxfYhZh = einvoiceShowGxfYhZh;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue