Add expense CRUD

This commit is contained in:
2026-05-25 14:59:40 +07:00
parent d0378b5ac4
commit da87d659df
17 changed files with 1071 additions and 1 deletions
+1
View File
@@ -42,6 +42,7 @@ func GetAllEntities() []interface{} {
&NotificationReceiver{},
&NotificationDelivery{},
&ProductOutletPrice{},
&Expense{},
}
}