Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【Feature】新增注解处理对象类型的字段 #164

Open
BennettChina opened this issue Dec 25, 2024 · 0 comments
Open

【Feature】新增注解处理对象类型的字段 #164

BennettChina opened this issue Dec 25, 2024 · 0 comments
Labels
enhancement New feature or request pending verification This problem needs to be confirmed planning It may be developed later

Comments

@BennettChina
Copy link

数据结构如下:

@Data
public class Demo {
    private String name;
    private String value;
    
    @ExcelInclude
    private Item item;
}

希望有个注解能处理 item 这种同样是一对一关联数据但进行了数据包装的类型,就如同 @Validated@Valide 的嵌套校验一样,新增一个类似的注解深度读取字段然后跟父类的放在同一行。

@psxjoy psxjoy added enhancement New feature or request planning It may be developed later pending verification This problem needs to be confirmed labels Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pending verification This problem needs to be confirmed planning It may be developed later
Projects
None yet
Development

No branches or pull requests

2 participants