package org.whole.lang.rdb.model; import java.util.List; /** * @generator Whole */ public interface Columns extends IRDBEntity, List<Column> { }