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

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

上级 53307ecf
...@@ -34,7 +34,7 @@ public @interface ExcelProperty { ...@@ -34,7 +34,7 @@ public @interface ExcelProperty {
* *
* Read or write it on the index of column,If it's equal to -1, it's sorted by Java class. * Read or write it on the index of column,If it's equal to -1, it's sorted by Java class.
* *
* priority: index > order > default sort * priority: index > order > default sort
* *
* @return Index of column * @return Index of column
*/ */
...@@ -43,7 +43,7 @@ public @interface ExcelProperty { ...@@ -43,7 +43,7 @@ public @interface ExcelProperty {
/** /**
* Defines the sort order for an column. * Defines the sort order for an column.
* *
* priority: index > order > default sort * priority: index > order > default sort
* *
* @return Order of column * @return Order of column
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册