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
fb1a27e450
commit
13ed4cedd8
|
@ -8,8 +8,6 @@ public class InvoicePayment {
|
|||
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