package fr.dcproject.entity import fr.postgresjson.entity.UuidEntity import java.util.* class Follow ( id: UUID = UUID.randomUUID(), createdBy: Citizen, target: T ) : Extra(id, createdBy, target)