zhou zhou
2026-03-19 36dc88dd3f144c187a0e4b5636ee20ed88421a48
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();
 
}