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