chen.lin
4 天以前 862b5a105254850ea60be99452a658f7f4beb2d8
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();
 
}