2025-04-21 09:54:34 +08:00

10 lines
171 B
C#

using System;
namespace JiShe.CollectBus.Interceptors
{
[AttributeUsage(AttributeTargets.Method)]
public class LogInterceptAttribute : Attribute
{
}
}