初始提交
This commit is contained in:
12
Infrastructure/ServiceClient/Alipay.AopSdk.Core/AopObject.cs
Normal file
12
Infrastructure/ServiceClient/Alipay.AopSdk.Core/AopObject.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Alipay.AopSdk.Core
|
||||
{
|
||||
/// <summary>
|
||||
/// 基础对象。
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public abstract class AopObject
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user