Skip to content
Extraits de code Groupes Projets
Valider 8bb55bc4 rédigé par mohamed.jarmouni's avatar mohamed.jarmouni
Parcourir les fichiers

changes some attributes in the document files

parent 44b70f82
Branches
Étiquettes
1 requête de fusion!33MLC-347/changed some fields on the documents files.
......@@ -13,6 +13,7 @@ import java.time.LocalDate;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Inheritance(strategy = InheritanceType.JOINED)
@SuperBuilder
public class Document {
......@@ -34,9 +35,6 @@ public class Document {
@Enumerated(EnumType.STRING)
private DocumentStatus status;
@Enumerated(EnumType.STRING)
private DocumentCategory category;
@Enumerated(EnumType.STRING)
private FileType type;
......
0% ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter