This commit is contained in:
Aditya Siregar
2025-07-30 23:18:20 +07:00
parent 4a921df55d
commit a759e0f57c
57 changed files with 3633 additions and 190 deletions
+1
View File
@@ -17,6 +17,7 @@ func GetAllEntities() []interface{} {
&PaymentMethod{},
&Payment{},
&Customer{},
&Table{},
// Analytics entities are not database tables, they are query results
}
}