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