开票申请传税务云增加字段:数电发票是否显示购销方地址电话、数电发票是否显示购销方银行、账号

This commit is contained in:
mzr 2025-06-16 18:16:07 +08:00
parent d6ba2ca7b5
commit 5c9050f002
1 changed files with 21 additions and 0 deletions

View File

@ -248,6 +248,11 @@ public class PInvoice extends SuperVO implements Serializable ,IEncode{
private PInvoiceCepz[] cepzs; private PInvoiceCepz[] cepzs;
private PInvoiceTspz[] tspzs; private PInvoiceTspz[] tspzs;
// 数电发票是否显示购销方地址电话
private String einvoiceShowGxfDzDh;
// 数电发票是否显示购销方银行账号
private String einvoiceShowGxfYhZh;
public String getApplyNumber() { public String getApplyNumber() {
@ -945,6 +950,22 @@ public class PInvoice extends SuperVO implements Serializable ,IEncode{
this.kqysssxbgglbm = kqysssxbgglbm; 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 @Override
public String toString() { public String toString() {