Ryan
2025-04-03 a4d6e8bce95744704e60357fea2e2f75eb853cf6
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();
 
}