开票推税务云增加销售购买方地址电话字段
This commit is contained in:
parent
7d4d4b8058
commit
c985a1deb3
|
@ -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() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue