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