feature/core-service-auth #1

Merged
aep merged 4 commits from feature/core-service-auth into master 2025-08-27 14:09:33 +03:00
12 changed files with 662 additions and 37 deletions
Showing only changes of commit 0f93308c65 - Show all commits

View File

@@ -7,6 +7,7 @@ import (
"fmt" "fmt"
"erp-mvp/core-service/internal/models" "erp-mvp/core-service/internal/models"
"github.com/google/uuid" "github.com/google/uuid"
) )