Create Structured DTO
10/27/25Less than 1 minuteplugin
CreateStructDTO
Structured DTO is a feature that implements quick return of structured relational data in a convenient and easy-to-read way using eq object-relational tree transfer object mapping.
- Supports fetching required properties by any property
- Supports custom settings at any level
1. Create DTO (Required)
Creating DTOs manually is very tedious. With easy-query:1.10.60^ + plugin 0.0.48^, you can quickly generate nested structured object models.
Right-click on the package where you need to create the DTO and select CreateStructDTO.

2. Configure Common Ignored Properties (Optional)
Used to configure properties that don't need to be returned to the frontend, such as pwd, deleted, or deleted_time.


3. Check the Properties to Return (Required)
Check the properties that need to be returned. Even if relational properties are not checked, eq will automatically generate SQL.
4. View the DTO File
View the DTO file and import any missing property packages.
Contributors
只是我