cl
2026-04-17 a726def1286c7bff013efeb17e8437a891ba5a00
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();
 
}