package org.whole.lang.pojo.model; import java.util.List; /** * @generator Whole */ public interface Names extends IPojoEntity, List<Name> { }