#
luxiaotao1123
2024-09-26 19ef5300e153200b95214c03565743b847124fb6
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();
 
}