#
luxiaotao1123
2025-03-19 f24ebd38831ae82573b9cfc1f3b0e700406065bd
1
2
3
4
5
6
7
8
9
package com.zy.acs.manager.common.utils;
 
import java.util.List;
 
public interface DataFieldSortFunc {
 
    List<String> getDataFieldSort();
 
}