package com.zy.acs.manager.common.utils; import java.util.List; public interface DataFieldSortFunc { List getDataFieldSort(); }