Files

12 lines
161 B
C#
Raw Permalink Normal View History

2024-04-10 13:55:27 +08:00
using System;
namespace Alipay.AopSdk.Core
{
/// <summary>
/// 基础对象。
/// </summary>
[Serializable]
public abstract class AopObject
{
}
}