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
d64b89a09f
commit
81cf0c1d11
|
@ -10,6 +10,7 @@ public class POMasterRequest {
|
||||||
Double contractAmt;
|
Double contractAmt;
|
||||||
String customerId;
|
String customerId;
|
||||||
String astuteProjectNumber;
|
String astuteProjectNumber;
|
||||||
|
String title;
|
||||||
|
|
||||||
public String getPoNum() {
|
public String getPoNum() {
|
||||||
return poNum;
|
return poNum;
|
||||||
|
@ -58,4 +59,12 @@ public class POMasterRequest {
|
||||||
public void setAstuteProjectNumber(String astuteProjectNumber) {
|
public void setAstuteProjectNumber(String astuteProjectNumber) {
|
||||||
this.astuteProjectNumber = 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