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

com.efficient.elasticsearch.entity.RangeEntity Maven / Gradle / Ivy

package com.efficient.elasticsearch.entity;

import lombok.Data;

/**
 * @author TMW
 * @since 2024/5/22 15:42
 */
@Data
public class RangeEntity {
    private Object from;
    private Object to;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy