package com.ediagnosis.cdr.dataIntegration.value; public record TableDefinitionItem( String column, String type, String comment ) { }