11 lines
180 B
C#
Raw Normal View History

2025-04-21 09:54:34 +08:00
using System;
namespace JiShe.CollectBus.Interceptors
{
[AttributeUsage(AttributeTargets.Method)]
public class LogInterceptAttribute : Attribute
{
2025-04-21 09:54:34 +08:00
}
}