using System; namespace Admin.Core.Common { /// /// 启用事物 /// [AttributeUsage(AttributeTargets.Method, Inherited = true)] public class TransactionAttribute : Attribute { } }