From 34edc8c0d23926242bdc11810d5d4ba3323d730e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=AD=A3=40=E7=94=A8=E5=8F=8B?= Date: Tue, 13 May 2025 15:45:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=B8=E8=B4=A8=E5=8F=91=E7=A5=A8(=E6=95=B0?= =?UTF-8?q?=E7=94=B5=E7=BA=B8=E8=B4=A8=E5=8F=91=E7=A5=A8)=20=E6=9C=BA?= =?UTF-8?q?=E5=8A=A8=E8=BD=A6=E9=94=80=E5=94=AE=E7=BB=9F=E4=B8=80=E5=8F=91?= =?UTF-8?q?=E7=A5=A8(=E4=BF=AE=E6=94=B9=E4=BA=A7=E5=9C=B0=E4=B8=8D?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E8=A1=A5=E4=B8=81)=E9=80=82=E9=85=8D2312=5FV?= =?UTF-8?q?3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../imag/taxfactory/apply/einvoice/ApplyRequest.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/imag/src/private/nc/impl/imag/taxfactory/apply/einvoice/ApplyRequest.java b/imag/src/private/nc/impl/imag/taxfactory/apply/einvoice/ApplyRequest.java index 529c37c..382980e 100644 --- a/imag/src/private/nc/impl/imag/taxfactory/apply/einvoice/ApplyRequest.java +++ b/imag/src/private/nc/impl/imag/taxfactory/apply/einvoice/ApplyRequest.java @@ -212,7 +212,7 @@ class ApplyRequest extends EInvoiceRequest implements IFactoryRequest { motor.setHGZH(psd.getHgzh()); motor.setFDJHM(psd.getFdjhm()); - motor.setDUWEI(psd.getDunwei()); + motor.setDUNWEI(psd.getDunwei()); // *********************************************************************** ad.setDetailMotor(motor); } @@ -1377,7 +1377,7 @@ class ApplyRequest extends EInvoiceRequest implements IFactoryRequest { //¶Öλ - private String DUWEI; + private String DUNWEI; public String getHGZH() { return HGZH; @@ -1395,12 +1395,12 @@ class ApplyRequest extends EInvoiceRequest implements IFactoryRequest { this.FDJHM = FDJHM; } - public String getDUWEI() { - return DUWEI; + public String getDUNWEI() { + return DUNWEI; } - public void setDUWEI(String DUWEI) { - this.DUWEI = DUWEI; + public void setDUNWEI(String DUNWEI) { + this.DUNWEI = DUNWEI; }