skyouc
2 天以前 83881017b6bc8157001c16312d6e5eb08d46a4ea
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();
 
}