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

com.arextest.web.model.dao.mongodb.PreprocessConfigCollection Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.dao.mongodb;

import lombok.Data;
import org.springframework.data.mongodb.core.mapping.Document;

@Data
@Document(collection = "PreprocessConfig")
public class PreprocessConfigCollection extends ModelBase {

  private String name;
  private String index;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy