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