All Downloads are FREE. Search and download functionalities are using the official Maven repository.

x7.core.bean.CriteriaCondition Maven / Gradle / Ivy

There is a newer version: 2.2.7.RELEASE
Show newest version
package x7.core.bean;

import java.util.List;


public interface CriteriaCondition{
    List getListX();
    List getValueList();

}