....
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* ApiEfCoreLibrary
|
||||
* ApiLibrary
|
||||
*
|
||||
*
|
||||
*
|
||||
@@ -10,8 +10,8 @@
|
||||
|
||||
|
||||
export interface UpdateLoanDto {
|
||||
bookId?: number;
|
||||
userId?: number;
|
||||
bookId?: number;
|
||||
date?: string;
|
||||
plannedReturningDate?: string;
|
||||
effectiveReturningDate?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user