package com.vincent.rsf.server.common.utils; import java.util.List; public interface DataFieldSortFunc { List getDataFieldSort(); }