
com.mybatishelper.core.wrapper.IOrder Maven / Gradle / Ivy
package com.mybatishelper.core.wrapper;
import com.mybatishelper.core.base.meta.SortInfo;
public interface IOrder {
S orderBy(SortInfo... items);
S orderBy(String strings);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy