package com.cubetiqs.web.infrastructure.data import java.io.Serializable interface BaseEntity : Serializable { fun setId(id: ID) }