纸质发票(数电纸质发票) 机动车销售统一发票(修改产地不存在补丁)适配2312_V3
This commit is contained in:
parent
8cfa66336a
commit
34edc8c0d2
|
@ -212,7 +212,7 @@ class ApplyRequest extends EInvoiceRequest implements IFactoryRequest {
|
||||||
|
|
||||||
motor.setHGZH(psd.getHgzh());
|
motor.setHGZH(psd.getHgzh());
|
||||||
motor.setFDJHM(psd.getFdjhm());
|
motor.setFDJHM(psd.getFdjhm());
|
||||||
motor.setDUWEI(psd.getDunwei());
|
motor.setDUNWEI(psd.getDunwei());
|
||||||
// ***********************************************************************
|
// ***********************************************************************
|
||||||
ad.setDetailMotor(motor);
|
ad.setDetailMotor(motor);
|
||||||
}
|
}
|
||||||
|
@ -1377,7 +1377,7 @@ class ApplyRequest extends EInvoiceRequest implements IFactoryRequest {
|
||||||
|
|
||||||
|
|
||||||
//¶Öλ
|
//¶Öλ
|
||||||
private String DUWEI;
|
private String DUNWEI;
|
||||||
|
|
||||||
public String getHGZH() {
|
public String getHGZH() {
|
||||||
return HGZH;
|
return HGZH;
|
||||||
|
@ -1395,12 +1395,12 @@ class ApplyRequest extends EInvoiceRequest implements IFactoryRequest {
|
||||||
this.FDJHM = FDJHM;
|
this.FDJHM = FDJHM;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getDUWEI() {
|
public String getDUNWEI() {
|
||||||
return DUWEI;
|
return DUNWEI;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setDUWEI(String DUWEI) {
|
public void setDUNWEI(String DUNWEI) {
|
||||||
this.DUWEI = DUWEI;
|
this.DUNWEI = DUNWEI;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue