提交 ab07bbeb 编写于 作者: 庄家钜's avatar 庄家钜

`ExcelProperty`新增`order` 用于排序

上级 ee4e5f52
......@@ -9,13 +9,12 @@ import lombok.Data;
*/
@Data
public class SortData {
private String column5;
private String column6;
@ExcelProperty(order = 99)
private String column3;
@ExcelProperty(order = 100)
private String column4;
@ExcelProperty(order = 99)
private String column3;
@ExcelProperty(value = "column2", index = 1)
private String column2;
@ExcelProperty(value = "column1", index = 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册