1
4 天以前 9542df75702c17ecc976b5a7a71f78cc9be85e4d
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();
 
}