1
3 天以前 70ecc717c746eef0c4503a19031ada582f5e94d1
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();
 
}