![JAR search and dependency download from the Maven repository](/logo.png)
com.github.yooryan.advancequery.AdvanceQuery Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-advance-query Show documentation
Show all versions of mybatis-advance-query Show documentation
This is a MyBaits plug-in that provides automatic build of advanced query.
package com.github.yooryan.advancequery;
import lombok.Data;
import java.util.List;
/**
* @author linyunrui
*/
@Data
public class AdvanceQuery {
/**
* 查询条件
*/
private String key;
/**
* 查询操作
*/
private String op;
/**
* 查询值
*/
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy