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
fb1a27e450
commit
13ed4cedd8
|
@ -8,8 +8,6 @@ public class InvoicePayment {
|
||||||
int paymentTypeId;
|
int paymentTypeId;
|
||||||
String paymentType;
|
String paymentType;
|
||||||
Date paymentDate;
|
Date paymentDate;
|
||||||
|
|
||||||
|
|
||||||
Double invoiceAmount;
|
Double invoiceAmount;
|
||||||
|
|
||||||
public InvoicePayment(String invoiceNum, int invoicePaymentId, int paymentTypeId, String paymentType, Date paymentDate, Double invoiceAmount) {
|
public InvoicePayment(String invoiceNum, int invoicePaymentId, int paymentTypeId, String paymentType, Date paymentDate, Double invoiceAmount) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user