using System; namespace PaySharp.Core { /// /// 重命名属性 /// public class ReNameAttribute : Attribute { public string Name { get; set; } } }