skyouc
8 天以前 0696db2f8a83d32d8c00ba55967694ed1a76f4d0
1
2
3
4
5
6
7
8
9
package com.vincent.rsf.server.common.utils;
 
import java.util.List;
 
public interface DataFieldSortFunc {
 
    List<String> getDataFieldSort();
 
}