feat: enhance DTO generation and organization by tag
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
import { MapFromFn } from '@mercadona/common/public';
|
||||
import { Builder } from '@mercadona/common/utils';
|
||||
|
||||
import { {{classname}}Dto } from '@/dtos/{{classFilename}}.dto';
|
||||
import { {{classname}} } from '@/entities/models/{{classFilename}}.model';
|
||||
import { {{classname}}Dto } from '@/dtos/{{tagFilename}}/{{classFilename}}.dto';
|
||||
import { {{classname}} } from '@/entities/models/{{tagFilename}}/{{classFilename}}.model';
|
||||
|
||||
/**
|
||||
* {{classname}} Mapper
|
||||
|
||||
Reference in New Issue
Block a user