Open davmik2601 opened 4 months ago
I have added a new config to only create specific file types: generateFileTypes = "all"
With following options:
all
: generate both DTO and Entity files (default)dto
: generate only DTO filesentity
: generate only Entity files (not possible in combination with complex types)
Dear @Brakebein Team, I see, we havn't any option for disabling CRUD DTOs creation. I want to use only Entities (Models) classes generation, not need to have DTOs, because I already manually created my CRUD dtos. Will be great to have option for disabling CRUD generation.