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