#
cl
2026-04-20 7f582fee8b71e3ccf9e2b0e2f3c9574f5b124d76
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();
 
}