using System; namespace Aop.Api { /// /// 基础对象。 /// [Serializable] public abstract class AopObject { } }