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

com.es.plus.adapter.params.EsParamWrapper Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
package com.es.plus.adapter.params;

import com.es.plus.adapter.interceptor.EsUpdateField;
import lombok.Data;

@Data
public class EsParamWrapper {
    
    /**
     * es查询参数包装器
     */
    private EsQueryParamWrapper esQueryParamWrapper = new EsQueryParamWrapper();
    
    /*
     * 更新字段封装
     */
    protected EsUpdateField esUpdateField = new EsUpdateField();
    /**
     * class类
     */
    private Class tClass;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy