步步为盈

12 lines
166 B

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