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; }