This commit is contained in:
2025-08-10 16:24:00 -04:00
parent 62b73bafe1
commit 638ca635e6

View File

@@ -8,5 +8,5 @@ data class LateItem(
val itemId: Long,
val patronId: Long,
val dueDate: String,
var freeInCents: Int,
var feeInCents: Int,
)