namespace GFramework.SourceGenerators.Abstractions.Rule; /// /// 标记字段需要自动注入单个模型实例。 /// [AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)] public sealed class GetModelAttribute : Attribute { }