Feat(BE-36,37,38,39): master area, customer, kandang, location, warehouse

This commit is contained in:
Hafizh A. Y
2025-10-02 10:51:15 +07:00
parent dbc1f79a36
commit e8905be856
79 changed files with 3745 additions and 169 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ package seed
import (
"fmt"
mUser "gitlab.com/mbugroup/lti-api.git/internal/modules/users/models"
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
"gorm.io/gorm"
)
@@ -11,7 +11,7 @@ import (
func Run(db *gorm.DB) error {
return db.Transaction(func(tx *gorm.DB) error {
// ===== Users (user) =====
user := mUser.User{
user := entity.User{
Email: "admin@mbugroup.id",
IdUser: 1,
Name: "Super Admin",