new updated
This commit is contained in:
@@ -17,6 +17,7 @@ data class BudgetDTO(
|
||||
var plannedExpenses: MutableList<Transaction>? = null,
|
||||
var plannedIncomes: MutableList<Transaction>? = null,
|
||||
var categories: MutableList<BudgetCategory> = mutableListOf(),
|
||||
var incomeCategories: MutableList<BudgetCategory> = mutableListOf(),
|
||||
var transactions: MutableList<Transaction>? = null,
|
||||
|
||||
)
|
||||
@@ -30,6 +31,7 @@ data class Budget(
|
||||
var dateTo: LocalDate,
|
||||
val createdAt: LocalDateTime = LocalDateTime.now(),
|
||||
var categories: MutableList<BudgetCategory> = mutableListOf(),
|
||||
var incomeCategories: MutableList<BudgetCategory> = mutableListOf(),
|
||||
)
|
||||
|
||||
data class BudgetCategory(
|
||||
|
||||
Reference in New Issue
Block a user