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