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
b45c0c5c71
commit
8c49bacf25
|
@ -12,12 +12,13 @@ public class PO implements Serializable{
|
||||||
private Integer customerId;
|
private Integer customerId;
|
||||||
private String astuteProjectNumber;
|
private String astuteProjectNumber;
|
||||||
|
|
||||||
public PO(String PONum, String contractNum, Date PODate, Integer customerId, Double contractAmt) {
|
public PO(String PONum, String contractNum, Date PODate, Integer customerId, Double contractAmt, String astuteProjectNum) {
|
||||||
this.PONum = PONum;
|
this.PONum = PONum;
|
||||||
this.contractNum = contractNum;
|
this.contractNum = contractNum;
|
||||||
this.PODate = PODate;
|
this.PODate = PODate;
|
||||||
this.customerId = customerId;
|
this.customerId = customerId;
|
||||||
this.contractAmt = contractAmt;
|
this.contractAmt = contractAmt;
|
||||||
|
this.astuteProjectNumber = astuteProjectNum;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user