/** * <p>Copyright: Copyright (c) 2009</p> * <p>Company: �������ӹɷ����޹�˾</p> */ package com.hundsun.ares.studio.core.model.extendable; import java.util.Map; /** * * @author maxh */ public interface IExtendFieldModel { public abstract Map<String, String> getExtendStrings(); }