开票推税务云增加销售购买方地址电话字段

This commit is contained in:
mzr 2025-06-24 11:15:09 +08:00
parent 7d4d4b8058
commit c985a1deb3
1 changed files with 32 additions and 0 deletions

View File

@ -978,6 +978,38 @@ public class PInvoice extends SuperVO implements Serializable ,IEncode{
this.einvoiceShowGxfYhZh = einvoiceShowGxfYhZh; this.einvoiceShowGxfYhZh = einvoiceShowGxfYhZh;
} }
public String getXsfDh() {
return xsfDh;
}
public void setXsfDh(String xsfDh) {
this.xsfDh = xsfDh;
}
public String getXsfDz() {
return xsfDz;
}
public void setXsfDz(String xsfDz) {
this.xsfDz = xsfDz;
}
public String getGmfDz() {
return gmfDz;
}
public void setGmfDz(String gmfDz) {
this.gmfDz = gmfDz;
}
public String getGmfDh() {
return gmfDh;
}
public void setGmfDh(String gmfDh) {
this.gmfDh = gmfDh;
}
@Override @Override
public String toString() { public String toString() {