#
zhou zhou
6 天以前 9598da0195806329f911f6d5b73573b429f1926c
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();
 
}