This commit is contained in:
2025-02-16 20:24:34 +07:00
parent fd75c678bb
commit 6e52164914
5 changed files with 83 additions and 19 deletions

View File

@@ -14,4 +14,5 @@ func Generate(structName string, fields []entities.Field) {
panic(err)
}
GenerateService(structName, mkPath)
GenerateScheme(structName, fields, mkPath)
}