public interface SortSupportEntity extends Comparable<SortSupportEntity>, Entity
| 限定符和类型 | 方法和说明 |
|---|---|
default int |
compareTo(SortSupportEntity support) |
Long |
getSortIndex() |
void |
setSortIndex(Long sortIndex)
设置排序序号
|
copyFrom, copyTo, copyTo, tryValidate, tryValidate, tryValidateLong getSortIndex()
void setSortIndex(Long sortIndex)
sortIndex - 排序序号default int compareTo(@Nonnull SortSupportEntity support)
compareTo 在接口中 Comparable<SortSupportEntity>Copyright © 2016–2023. All rights reserved.