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
e0dcddf1f5
commit
f9bb5d774f
|
@ -6,7 +6,11 @@ public class InvoiceMasterRequest {
|
|||
String invoiceNumber;
|
||||
Date invoiceDate;
|
||||
String poNum;
|
||||
String changeOrderNum;
|
||||
int pmtStatus;
|
||||
Double billAmt;
|
||||
String specialNotes;
|
||||
String certification;
|
||||
int invoiceStatus;
|
||||
|
||||
public String getInvoiceNumber() {
|
||||
|
||||
|
@ -33,14 +37,6 @@ public class InvoiceMasterRequest {
|
|||
this.poNum = poNum;
|
||||
}
|
||||
|
||||
public String getChangeOrderNum() {
|
||||
return changeOrderNum;
|
||||
}
|
||||
|
||||
public void setChangeOrderNum(String changeOrderNum) {
|
||||
this.changeOrderNum = changeOrderNum;
|
||||
}
|
||||
|
||||
public int getPmtStatus() {
|
||||
return pmtStatus;
|
||||
}
|
||||
|
@ -73,18 +69,11 @@ public class InvoiceMasterRequest {
|
|||
this.certification = certification;
|
||||
}
|
||||
|
||||
int pmtStatus;
|
||||
Double billAmt;
|
||||
String specialNotes;
|
||||
String certification;
|
||||
|
||||
public Date getPmtReceivedDate() {
|
||||
return pmtReceivedDate;
|
||||
public int getInvoiceStatus() {
|
||||
return invoiceStatus;
|
||||
}
|
||||
|
||||
public void setPmtReceivedDate(Date pmtReceivedDate) {
|
||||
this.pmtReceivedDate = pmtReceivedDate;
|
||||
public void setInvoiceStatus(int invoiceStatus) {
|
||||
this.invoiceStatus = invoiceStatus;
|
||||
}
|
||||
|
||||
Date pmtReceivedDate;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user