cl
7 天以前 1c5108cbd44c7e577e389efa6ec15c5e6922df93
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();
 
}