zc
7 天以前 9fe1ec3afe8696c628d076d1f76686c4efc3012e
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();
 
}