BIP单据与获取token公用方法编写
This commit is contained in:
parent
caf67bcaac
commit
8895a75939
|
@ -12,6 +12,24 @@ public class VoucherDetails {
|
||||||
private String localdebitamount;
|
private String localdebitamount;
|
||||||
private String pk_accsubj;
|
private String pk_accsubj;
|
||||||
private String pk_currtype;
|
private String pk_currtype;
|
||||||
|
private String debitquantity;
|
||||||
|
private String price;
|
||||||
|
|
||||||
|
public String getDebitquantity() {
|
||||||
|
return debitquantity;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setDebitquantity(String debitquantity) {
|
||||||
|
this.debitquantity = debitquantity;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getPrice() {
|
||||||
|
return price;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setPrice(String price) {
|
||||||
|
this.price = price;
|
||||||
|
}
|
||||||
|
|
||||||
public List<Ass> getAss() {
|
public List<Ass> getAss() {
|
||||||
return ass;
|
return ass;
|
||||||
|
|
Loading…
Reference in New Issue