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
@@ -60,6 +60,7 @@ const (
NotificationServiceEntity = "notification_service"
NotificationHandlerEntity = "notification_handler"
ProductOutletPriceServiceEntity = "product_outlet_price_service"
ExpenseServiceEntity = "expense_service"
)
var HttpErrorMap = map[string]int{