feat(expense): create and display expenses
This commit is contained in:
@@ -10,6 +10,7 @@ type Expense struct {
|
||||
type ExpenseEditable struct {
|
||||
ID string `json:"id,omitempty"`
|
||||
Value float32 `json:"value"`
|
||||
Libelle string `json:"libelle"`
|
||||
TypeExpense string `json:"typeExpense"`
|
||||
ExpenseDate time.Time `json:"expenseDate,omitempty"`
|
||||
CreatedAt *time.Time `json:"createdAt,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user