skyouc
3 天以前 d36f413965c4ef2ea35a7e0ecefd32001a1e66f8
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();
 
}