zjj
5 天以前 83e3d34abd06c0256f61382c4c9cf89c4be109d8
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();
 
}