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