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
d64b89a09f
commit
81cf0c1d11
|
@ -10,6 +10,7 @@ public class POMasterRequest {
|
|||
Double contractAmt;
|
||||
String customerId;
|
||||
String astuteProjectNumber;
|
||||
String title;
|
||||
|
||||
public String getPoNum() {
|
||||
return poNum;
|
||||
|
@ -58,4 +59,12 @@ public class POMasterRequest {
|
|||
public void setAstuteProjectNumber(String astuteProjectNumber) {
|
||||
this.astuteProjectNumber = astuteProjectNumber;
|
||||
}
|
||||
|
||||
public String getTitle() {
|
||||
return title;
|
||||
}
|
||||
|
||||
public void setTitle(String title) {
|
||||
this.title = title;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user