#
vincentlu
4 天以前 31977c78455774cc5c1ae2fe2bc5578c014ad068
1
2
3
4
5
6
7
8
9
package com.zy.acs.manager.common.utils;
 
import java.util.List;
 
public interface DataFieldSortFunc {
 
    List<String> getDataFieldSort();
 
}