增加明细表汇率字段
This commit is contained in:
parent
f24dc58da2
commit
2c12cbab6f
|
@ -14,6 +14,7 @@ public class VoucherDetails {
|
||||||
private String pk_currtype;
|
private String pk_currtype;
|
||||||
private String debitquantity;
|
private String debitquantity;
|
||||||
private String price;
|
private String price;
|
||||||
|
private String excrate2;
|
||||||
|
|
||||||
private String creditquantity;
|
private String creditquantity;
|
||||||
|
|
||||||
|
@ -113,4 +114,11 @@ public class VoucherDetails {
|
||||||
this.price = price;
|
this.price = price;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getExcrate2() {
|
||||||
|
return excrate2;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setExcrate2(String excrate2) {
|
||||||
|
this.excrate2 = excrate2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue