Skip to content

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

@BennettChina

Description

@BennettChina

数据结构如下:

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions