mirror of
https://github.com/dyiop/astute.git
synced 2025-04-06 21:30:20 -04:00
Add files via upload
This commit is contained in:
parent
bd59fb2f2c
commit
d9d619eb01
|
@ -10,6 +10,7 @@ public class PODetailRequest {
|
||||||
Double qty;
|
Double qty;
|
||||||
Double fee;
|
Double fee;
|
||||||
int serviceTypeId;
|
int serviceTypeId;
|
||||||
|
Double remainingQuantity;
|
||||||
|
|
||||||
public String getPoNum() {
|
public String getPoNum() {
|
||||||
return poNum;
|
return poNum;
|
||||||
|
@ -66,4 +67,12 @@ public class PODetailRequest {
|
||||||
public void setServiceTypeId(int serviceTypeId) {
|
public void setServiceTypeId(int serviceTypeId) {
|
||||||
this.serviceTypeId = serviceTypeId;
|
this.serviceTypeId = serviceTypeId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Double getRemainingQuantity() {
|
||||||
|
return remainingQuantity;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setRemainingQuantity(Double remainingQuantity) {
|
||||||
|
this.remainingQuantity = remainingQuantity;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user