Vue3.0高阶实战:开发高质量音乐Web app

162 阅读1分钟

Vue3.0高阶实战:开发高质量音乐Web app

V: ititit111222333

    /**
     * 详情地址
     */
    @ExcelProperty(value = "详细地址", index = 3)
    @ApiModelProperty(value = "详情地址", name = "address")
    private String address;

    /**
     * 说明
     */
    @ExcelProperty(value = "说明", index = 4)
    @ApiModelProperty(value = "说明", name = "remark")
    private String remark;

    /**
     * 状态 1:有效 0:无效
     */
    @ExcelProperty(value = "状态", index = 5, converter = CustomStateConverter.class)
    @ApiModelProperty(value = "状态 1:有效 0:无效", name = "state")
    private Integer state;