React17+React Hook+TS4 最佳实践 仿 Jira 企业级项目

164 阅读1分钟

React17+React Hook+TS4 最佳实践 仿 Jira 企业级项目

V: ititit111222333

    @ExcelProperty(value = "类别代码", index = 0)
    private String categoryCode;

    @ExcelProperty(value = "类别名称", index = 1)
    private String categoryName;

    @ExcelProperty(value = "类别层级", index = 2)
    private String depth;

    @ExcelProperty(value = "关联税局代码", index = 3)
    private String taxCode;

    @ExcelProperty(value = "关联税局分类名称", index = 4)
    private String taxName;

    @ExcelProperty(value = "税率", index = 5)
    private String taxRate;