skyouc
2025-04-02 d510425cc8990f29ae2ec729e3f24c545fcad5ef
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();
 
}