chen.lin
17 小时以前 c69781e2b78ed7a5ffe9b59c0c555f07deabe735
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();
 
}