mirror of
https://github.com/dyiop/astute.git
synced 2025-04-05 21:10:16 -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 fee;
|
||||
int serviceTypeId;
|
||||
Double remainingQuantity;
|
||||
|
||||
public String getPoNum() {
|
||||
return poNum;
|
||||
|
@ -66,4 +67,12 @@ public class PODetailRequest {
|
|||
public void setServiceTypeId(int 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