12 lines
161 B
C#
12 lines
161 B
C#
using System;
|
|
|
|
namespace Alipay.AopSdk.Core
|
|
{
|
|
/// <summary>
|
|
/// 基础对象。
|
|
/// </summary>
|
|
[Serializable]
|
|
public abstract class AopObject
|
|
{
|
|
}
|
|
} |