From c985a1deb381faff41baf6d347cc4a352bc42349 Mon Sep 17 00:00:00 2001 From: mzr Date: Tue, 24 Jun 2025 11:15:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E7=A5=A8=E6=8E=A8=E7=A8=8E=E5=8A=A1?= =?UTF-8?q?=E4=BA=91=E5=A2=9E=E5=8A=A0=E9=94=80=E5=94=AE=E8=B4=AD=E4=B9=B0?= =?UTF-8?q?=E6=96=B9=E5=9C=B0=E5=9D=80=E7=94=B5=E8=AF=9D=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../public/nc/dto/imag/invoice/PInvoice.java | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) 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() {