|
|
@ -12,7 +12,7 @@ import java.util.List;
|
|
|
|
@Document(indexName = "doc_info")
|
|
|
|
@Document(indexName = "doc_info")
|
|
|
|
@org.springframework.data.mongodb.core.mapping.Document("doc_info")
|
|
|
|
@org.springframework.data.mongodb.core.mapping.Document("doc_info")
|
|
|
|
public class DocInfo extends BiemoEntity {
|
|
|
|
public class DocInfo extends BiemoEntity {
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
|
|
|
|
|
@EsId
|
|
|
|
@EsId
|
|
|
|
private String id;
|
|
|
|
private String id;
|
|
|
|