Skip to content
Snippets Groups Projects
Commit 2b7abb98 authored by Samuel Eickelberg's avatar Samuel Eickelberg
Browse files

OP#18070 Forgot to annotate CalibrationCertificate with @Document

parent 631e5794
Branches
Tags
No related merge requests found
......@@ -2,10 +2,12 @@ package de.ptb.common.dcc.model;
import lombok.Data;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import java.util.Date;
@Data
@Document
public class CalibrationCertificate {
@Id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment