package org.sothis.dal.sql; import org.sothis.dal.Entity; /** * 所有sql实体类必须实现这个接口 * * @author velna * */ public interface SqlEntity extends Entity { }