Files
2026-03-04 10:03:45 +08:00

10 lines
188 B
C#

using System;
namespace RelationsInspector.Backend.AutoBackend
{
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class RelatingAttribute : Attribute
{
}
}