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

xyz.erupt.core.view.TableQuery Maven / Gradle / Ivy

There is a newer version: 1.12.17
Show newest version
package xyz.erupt.core.view;

import lombok.Getter;
import lombok.Setter;
import xyz.erupt.annotation.query.Condition;

import java.util.List;

@Getter
@Setter
public class TableQuery extends Page {

    private Object linkTreeVal;

    private List condition;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy