This commit is contained in:
Aditya Siregar
2025-09-13 15:37:26 +07:00
parent 4f6208e479
commit cfe690a40f
15 changed files with 1199 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@ func GetAllEntities() []interface{} {
&PurchaseOrderItem{},
&PurchaseOrderAttachment{},
&IngredientUnitConverter{},
&Voucher{},
// Analytics entities are not database tables, they are query results
}
}