feat: enhance DTO generation and organization by tag
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{#models}}
|
||||
{{#model}}
|
||||
{{#imports}}
|
||||
import { {{classname}} } from './{{classFilename}}.model';
|
||||
import { {{classname}} } from '@/entities/models/{{tagFilename}}/{{classFilename}}.model';
|
||||
{{/imports}}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user