diff --git a/imag/src/public/nc/dto/imag/invoice/PInvoice.java b/imag/src/public/nc/dto/imag/invoice/PInvoice.java index d0746e2..e94b3dc 100644 --- a/imag/src/public/nc/dto/imag/invoice/PInvoice.java +++ b/imag/src/public/nc/dto/imag/invoice/PInvoice.java @@ -978,6 +978,38 @@ public class PInvoice extends SuperVO implements Serializable ,IEncode{ 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 public String toString() {