skyouc
1 天以前 38738b94b499ba1ccd37ab8824b5569db6662d5f
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();
 
}