Steps to reproduce
Create a Jimmer entity.
Create an ordinary Java DTO.
Use MapStruct to perform the conversion.
Expected result
When writing target or source, the properties in the entity should be recognized.
Actual result
The properties in the Jimmer entity cannot be recognized.

It should be able to generate the corresponding mapping method.
Steps to reproduce
Create a Jimmer entity.
Create an ordinary Java DTO.
Use MapStruct to perform the conversion.
Expected result
When writing target or source, the properties in the entity should be recognized.
Actual result
The properties in the Jimmer entity cannot be recognized.