package com.elphin.framework.util.jsonparser; /** * 基础类,所有VO必须实现这个接口 * 为annotation识别做准备 * @author fuliqiang */ public interface BaseObject { }