StudentLoanManagement
LoanRecord.java File Reference

Go to the source code of this file.

Packages

package  com.student_loan.dtos
 

Functions

record com.student_loan.dtos.LoanRecord (Long id, Long lender, Long borrower, Long item, String loanDate, String estimatedReturnDate, String realReturnDate, String loanStatus, String rating, String observations)