1
5 天以前 0dbbb4f916caef60d982435db1c7ebc5463771f1
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();
 
}