初始提交
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Parser
|
||||
{
|
||||
public class AopAttribute
|
||||
{
|
||||
public string ItemName { get; set; }
|
||||
public Type ItemType { get; set; }
|
||||
public string ListName { get; set; }
|
||||
public Type ListType { get; set; }
|
||||
public MethodInfo Method { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user